Skip to content

Commit 6badafd

Browse files
Update createrelease.yml
1 parent abf442e commit 6badafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/createrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
docker login --username=${{ secrets.DOCKER_USERNAME }} --password=${{ secrets.DOCKER_PASSWORD }}
5353
docker push stuartferguson/txnprocbasewindows:latest
54-
docker push stuartferguson/txnprocbasewindows::${{ steps.get_version.outputs.version }}
54+
docker push stuartferguson/txnprocbasewindows:${{ steps.get_version.outputs.version }}
5555
5656
release:
5757
if: "!github.event.release.prerelease"

0 commit comments

Comments
 (0)