We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2bcd76 + 97e217f commit 48ff395Copy full SHA for 48ff395
1 file changed
.github/workflows/publish.yml
@@ -32,5 +32,5 @@ jobs:
32
with:
33
context: .
34
push: true
35
- tags: ghcr.io/${{ github.repository_owner }}/sort_algorithms:latest
36
- platforms: linux/amd64,linux/arm64
+ tags: ghcr.io/${{ github.repository_owner }}/sort_algorithms:latest tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
+ platforms: linux/amd64,linux/arm64
0 commit comments