Skip to content

Commit

Permalink
nginx_version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 28, 2024
1 parent afc6223 commit 12a9278
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/system-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Get vars
id: vars
run: |
# replace with version from Dockerfile when fixed
echo "NGINX_VERSION=1.27.0" >> $GITHUB_ENV
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand All @@ -47,6 +53,8 @@ jobs:
tags: nginx-opentracing-test/nginx
cache-from: type=gha,scope=system-nginx
cache-to: type=gha,scope=system-nginx,mode=max
build-args: |
NGINX_VERSION=${{ steps.vars.outputs.NGINX_VERSION }}
- name: Build backend
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 12a9278

Please sign in to comment.