We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3255c62 commit 1de3b6eCopy full SHA for 1de3b6e
1 file changed
.github/workflows/docker-publish-tags.yml
@@ -33,5 +33,5 @@ jobs:
33
with:
34
context: .
35
push: true
36
- tags: ghcr.io/imtek-simulation/docker4teaching:${{ github.ref_name }}
+ tags: ghcr.io/${{ github.actor }}/docker-4-teaching:${{ github.ref_name }}
37
platforms: linux/arm64,linux/amd64
0 commit comments