We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb0a93 commit e3d5d31Copy full SHA for e3d5d31
1 file changed
.github/workflows/docker-image.yml
@@ -22,6 +22,6 @@ jobs:
22
password: ${{ secrets.GITHUB_TOKEN }}
23
- name: Build the Docker image
24
run: |
25
- docker build . --file Dockerfile --tag ghcr.io/Code-For-Groningen/Remindify:latest
26
- docker push ghcr.io/Code-For-Groningen/Remindify:latest
+ docker build . --file Dockerfile --tag ghcr.io/code-for-groningen/remindify:latest
+ docker push ghcr.io/code-for-groningen/remindify:latest
27
0 commit comments