Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Apr 21, 2024
1 parent 43a3dad commit fba87d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ jobs:
- name: Build Container Image (${{ env.VERSION }})
run: >
docker build -f Dockerfile
--label 'org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}'
--label 'org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}'
--label 'org.opencontainers.image.revision=${GITHUB_SHA}'
--label 'org.opencontainers.image.version=$VERSION'
--build-arg "VERSION=$VERSION"
-t "$DOCKERHUB_REPO:$VERSION"
-t "$DOCKERHUB_REPO:latest"
Expand Down

0 comments on commit fba87d9

Please sign in to comment.