Skip to content

Commit

Permalink
Issue #3448: give upload step same params as build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 24, 2024
1 parent 438c566 commit fd47fae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,15 @@ jobs:
if: steps.check.outputs.needs-updating == 'true'
uses: docker/build-push-action@v6
with:
file: otobo.web.dockerfile
push: true
build-args: |
BUILD_DATE=${{ steps.get_build_date.outputs.build_date }}
DOCKER_TAG=${{ env.TEST_TAG }}
GIT_REPO=${{ github.repository }}
GIT_BRANCH=${{ github.ref_name }}
GIT_COMMIT=${{ github.sha }}
target: otobo-web
tags: ${{ env.TEST_TAG }}

#-
Expand Down

0 comments on commit fd47fae

Please sign in to comment.