Skip to content

Commit abf442e

Browse files
Update createrelease.yml
1 parent 810f3bb commit abf442e

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
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Build Docker Images
4747
run: |
48-
docker build . --file DockerfileWindows --tag stuartferguson/txnprocbasewindows:latest --tag stuartferguson/txnprocbasewindows::${{ steps.get_version.outputs.version }}
48+
docker build . --file DockerfileWindows --tag stuartferguson/txnprocbasewindows:latest --tag stuartferguson/txnprocbasewindows:${{ steps.get_version.outputs.version }}
4949
5050
- name: Publish Images to Docker Hub
5151
run: |

0 commit comments

Comments
 (0)