Skip to content

Commit 7fd5386

Browse files
authored
Fix tag syntax for Docker image
1 parent 916e2d9 commit 7fd5386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
context: .
4040
file: ./Dockerfile
4141
push: true
42-
tags: dvpfig/rebrickable-storage:$latest
42+
tags: dvpfig/rebrickable-storage:latest

0 commit comments

Comments
 (0)