Skip to content

Commit 1de3b6e

Browse files
committed
fix: update Docker image tag to use dynamic GitHub actor
1 parent 3255c62 commit 1de3b6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
with:
3434
context: .
3535
push: true
36-
tags: ghcr.io/imtek-simulation/docker4teaching:${{ github.ref_name }}
36+
tags: ghcr.io/${{ github.actor }}/docker-4-teaching:${{ github.ref_name }}
3737
platforms: linux/arm64,linux/amd64

0 commit comments

Comments
 (0)