Skip to content

Commit

Permalink
Applying build action context
Browse files Browse the repository at this point in the history
  • Loading branch information
cin committed May 12, 2023
1 parent 874ff0b commit ea833d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
with:
platforms: linux/amd64
tags: ${{ env.REGISTRY }}/gatling-operator:${{ env.VERSION }}
file: ./Dockerfile
build-args: |
VERSION=${{ env.VERSION }}
push: true
Expand All @@ -113,7 +112,7 @@ jobs:
with:
platforms: linux/amd64
tags: ${{ env.REGISTRY }}/gatling:${{ env.VERSION }}
file: ./gatling/Dockerfile
context: gatling
build-args: |
VERSION=${{ env.VERSION }}
push: true
Expand Down

0 comments on commit ea833d0

Please sign in to comment.