We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2d9b7 commit e93dd99Copy full SHA for e93dd99
.github/workflows/container.yml
@@ -46,7 +46,7 @@ jobs:
46
id: push
47
# --platform linux/amd64,linux/arm64
48
run: |
49
- docker build --push -t ${{ env.REGISTRY }}/${{ github.repository }}:${{ steps.meta.outputs.tags }} .
+ docker build --push -t ghcr.io/sourcefrog/cargo-mutants:container .
50
51
# - name: Generate artifact attestation
52
# uses: actions/attest-build-provenance@v2
0 commit comments