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 148e512 commit f75b99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
follow-symlinks: "false" # Optional

- name: Build and push Docker image
uses: docker/build-push-action@v1.1.0
uses: docker/build-push-action@v5.0.0
with:
build-arg: CONSOLE_VERSION=${{ env.PACKAGE_VERSION }}
context: .
file: ./Dockerfile
push: true
tags: "${{ env.PACKAGE_VERSION }}-SNAPSHOT"
tags: "formkiq/document-console:${{ env.PACKAGE_VERSION }}-SNAPSHOT"

0 comments on commit f75b99c

Please sign in to comment.