We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62dcee commit e46be97Copy full SHA for e46be97
.github/workflows/deploy.yml
@@ -32,5 +32,5 @@ jobs:
32
platforms: linux/amd64
33
push: true
34
# github.repository_owner and github.repository are hardcoded
35
- tags: ghcr.io/kth-cdate-courses/DD2482-executable-tutorial:latest,ghcr.io/kth-cdate-courses/DD2482-executable-tutorial:${{ github.sha }}
+ tags: ghcr.io/kth-cdate-courses/dd2482-executable-tutorial:latest,ghcr.io/kth-cdate-courses/dd2482-executable-tutorial:${{ github.sha }}
36
0 commit comments