Skip to content

Commit e3d5d31

Browse files
authored
Fix case sensitivity in Docker image tags
1 parent 4eb0a93 commit e3d5d31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
password: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Build the Docker image
2424
run: |
25-
docker build . --file Dockerfile --tag ghcr.io/Code-For-Groningen/Remindify:latest
26-
docker push ghcr.io/Code-For-Groningen/Remindify:latest
25+
docker build . --file Dockerfile --tag ghcr.io/code-for-groningen/remindify:latest
26+
docker push ghcr.io/code-for-groningen/remindify:latest
2727

0 commit comments

Comments
 (0)