Skip to content

Commit 850d03c

Browse files
authored
Update Docker image tag in workflow
1 parent 0f55041 commit 850d03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Build the Docker image
1818
#run: docker build . --file Dockerfile --tag rebrickable-storage:$(date +%s)
19-
run: docker build . --file Dockerfile --tag rebrickable-storage:latest && docker push dvpfig/rebrickable-storage:latest
19+
run: docker build . --file Dockerfile --tag dvpfig/rebrickable-storage:latest && docker push dvpfig/rebrickable-storage:latest

0 commit comments

Comments
 (0)