Skip to content

Commit

Permalink
#49 Fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 27, 2023
1 parent 1ce8a88 commit 8177a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push-containers-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
--no-cache \
--platform linux/amd64 \
--push \
--tag senzing/sengingapi-runtime:latest \
--tag senzing/senzingapi-runtime:${{ github.ref_name }} \
--tag senzing/sengingapi-tools:latest \
--tag senzing/senzingapi-tools:${{ github.ref_name }} \
.

0 comments on commit 8177a9a

Please sign in to comment.