Skip to content

Commit d282181

Browse files
authored
Explicitly set tag/label
1 parent 6b6cccb commit d282181

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ jobs:
4747
uses: docker/build-push-action@v6
4848
with:
4949
push: true
50-
tags: ${{ steps.meta.outputs.tags }}
51-
labels: ${{ steps.meta.outputs.labels }}
52-
env:
53-
SOURCE_DATE_EPOCH: 0
50+
tags: sourcefrog/cargo-mutants:latest # ${{ steps.meta.outputs.tags }}
51+
labels: latest # ${{ steps.meta.outputs.labels }}
5452

5553
- name: Generate artifact attestation
5654
uses: actions/attest-build-provenance@v2

0 commit comments

Comments
 (0)