Skip to content

Commit

Permalink
chore(actions): update input data types
Browse files Browse the repository at this point in the history
  • Loading branch information
justsomescripts committed May 11, 2024
1 parent 0914d1e commit eb81bab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
secrets: inherit
with:
containerfile: Containerfile
enable_cosign: 'false'
push_ghcr: 'true'
push_dockerhub: 'true'
push_quay: 'true'
enable_cosign: false
push_ghcr: true
push_dockerhub: true
push_quay: true
permissions:
checks: write
contents: write
Expand Down

0 comments on commit eb81bab

Please sign in to comment.