added right push url

This commit is contained in:
2025-10-26 16:26:42 +01:00
parent 21b6434145
commit 77eda0841b

View File

@@ -37,4 +37,4 @@ jobs:
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- run: docker tag docki:latest "ghcr.io/quirinecker/docki/docki:$CARGO_VERSION"
- run: docker push docki:$CARGO_VERSION
- run: docker push ghcr.io/quirinecker/docki/docki:$CARGO_VERSION