Skip to content

Commit e93dd99

Browse files
committed
Fix tag name?
1 parent 6f2d9b7 commit e93dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: push
4747
# --platform linux/amd64,linux/arm64
4848
run: |
49-
docker build --push -t ${{ env.REGISTRY }}/${{ github.repository }}:${{ steps.meta.outputs.tags }} .
49+
docker build --push -t ghcr.io/sourcefrog/cargo-mutants:container .
5050

5151
# - name: Generate artifact attestation
5252
# uses: actions/attest-build-provenance@v2

0 commit comments

Comments
 (0)