Skip to content

Commit

Permalink
add docker build action: change names of env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Jun 21, 2024
1 parent d9e9423 commit fab518f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
tags: impresso/impresso-datalab:latest
build-args: |
VERSION=latest
GIT_COMMIT_SHA=${{ env.GIT_COMMIT_SHA }}
GIT_REVISION=${{ env.GIT_COMMIT_SHA }}
BUILD_DATE=${{ env.BUILD_DATE }}
GIT_BRANCH=${{ env.GIT_BRANCH }}
GIT_REMOTE=${{ env.GIT_REMOTE }}
GIT_REPO=${{ env.GIT_REMOTE }}
GIT_TAG=${{ env.GIT_TAG }}
GIT_BUILD_TAG=${{ env.GIT_TAG }}

0 comments on commit fab518f

Please sign in to comment.