diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ef7b0c..bf34237 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,5 +32,5 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest - platforms: linux/amd64,linux/arm64 \ No newline at end of file + 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