We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f55041 commit 850d03cCopy full SHA for 850d03c
.github/workflows/docker-image.yml
@@ -16,4 +16,4 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Build the Docker image
18
#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
+ run: docker build . --file Dockerfile --tag dvpfig/rebrickable-storage:latest && docker push dvpfig/rebrickable-storage:latest
0 commit comments