Skip to content

Commit

Permalink
Replace 'build-args' with 'build_args'.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewes committed Jul 27, 2021
1 parent 45d190f commit e22397f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build and push eps
uses: docker/build-push-action@v1
with:
build-args: |
build_args: |
VERSION=$VERSION
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PW }}
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build and push sd
uses: docker/build-push-action@v1
with:
build-args: |
build_args: |
VERSION=$VERSION
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PW }}
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Build and push proxy
uses: docker/build-push-action@v1
with:
build-args: |
build_args: |
VERSION=$VERSION
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PW }}
Expand Down

0 comments on commit e22397f

Please sign in to comment.