Skip to content

Commit

Permalink
Next attempt to integrate the version into the build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-lusa committed Aug 13, 2021
1 parent eec81a2 commit e5c1664
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 @@ -24,7 +24,7 @@ jobs:
uses: docker/build-push-action@v1
with:
build_args: |
VERSION=${{ steps.vars.outputs.tag }}
VERSION=${{ env.VERSION }}
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PW }}
repository: inoeg/eps
Expand All @@ -34,7 +34,7 @@ jobs:
uses: docker/build-push-action@v1
with:
build_args: |
VERSION=${{ steps.vars.outputs.tag }}
VERSION=${{ env.VERSION }}
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PW }}
repository: inoeg/sd
Expand All @@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v1
with:
build_args: |
VERSION=${{ steps.vars.outputs.tag }}
VERSION=${{ env.VERSION }}
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PW }}
repository: inoeg/proxy
Expand Down

0 comments on commit e5c1664

Please sign in to comment.