Skip to content

Commit

Permalink
merge: fix some container image related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dipsy committed Mar 17, 2024
2 parents 52c6e8a + 2ebcee0 commit 3c4a9b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

jobs:
build-and-publish:
permisssions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- name: checkout repository
Expand Down
2 changes: 1 addition & 1 deletion pyromaniac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ exec podman run \
--rm --interactive --security-opt 'label=disable' \
--volume '.:/spec:ro' \
"${params[@]}" \
ghcr.io/salatfreak/pyromaniac:0.1 "${args[@]}"
ghcr.io/salatfreak/pyromaniac:0.1.0 "${args[@]}"

0 comments on commit 3c4a9b7

Please sign in to comment.