Skip to content

Commit

Permalink
fix: change image tag to be for the current PR (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty committed Aug 30, 2022
1 parent 42acdb7 commit e60cc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Build image
run: |
OUTPUT_TYPE=type=registry VERSION=${ github.event.pull_request.number}} make docker-build-image
OUTPUT_TYPE=type=registry VERSION=${{ github.event.pull_request.number}} make docker-build-image
- name: Install Azure CLI latest
run: |
Expand Down

0 comments on commit e60cc32

Please sign in to comment.