Skip to content

Commit 67d6978

Browse files
authored
Feature/dockerization (#8)
* Adding docker image generation * Creating Package for repository * Adjusting workflows * Adjusting img name * Adjsuting img name
1 parent 97e217f commit 67d6978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
context: .
3434
push: true
35-
tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
36-
platforms: linux/amd64,linux/arm64
35+
tags: ghcr.io/${{ github.repository_owner }}/sort_algorithms:latest tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
36+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)