Skip to content

Commit

Permalink
Dogkat image were not being published on release - this fixes that
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles authored Mar 20, 2024
1 parent 98d4bad commit 3b7a0e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
s3-bucket: "trivyignores"
s3-path: "dogkat"
fail-build: false
add-latest-tag: false
publish-image: false
add-latest-tag: true
publish-image: true
cosign-private-key: ${{secrets.COSIGN_KEY}}
cosign-password: ${{secrets.COSIGN_PASSWORD}}
cosign-tlog: false
cosign-tlog: true
dockerfile-path: docker

release:
Expand Down

0 comments on commit 3b7a0e5

Please sign in to comment.