Skip to content

Commit

Permalink
Fixed docker hub publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Oct 22, 2023
1 parent 2dc92ad commit 7e8e67a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ jobs:
follow-symlinks: "false" # Optional

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
env:
VERSION: ${{ env.PACKAGE_VERSION }}
uses: docker/[email protected]
with:
build-arg: CONSOLE_VERSION=${{ env.PACKAGE_VERSION }}
context: .
file: ./Dockerfile
push: true
tags: "formkiq/document-console:${VERSION}-SNAPSHOT"
tags: "formkiq/document-console:${{ env.PACKAGE_VERSION }}-SNAPSHOT"

0 comments on commit 7e8e67a

Please sign in to comment.