Skip to content

Commit

Permalink
Merge pull request #242 from navidys/ghaction_update
Browse files Browse the repository at this point in the history
ghaction update - codespell + podman v5 image
  • Loading branch information
navidys authored Jun 1, 2024
2 parents a5c0b55 + 8a5c8ff commit e2dc08e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tests_podmanv5:
runs-on: ubuntu-latest
container:
image: quay.io/podman/upstream:latest
image: quay.io/containers/podman:v5
volumes:
- container_volume:/var/lib/containers
options: "--device /dev/fuse:rw --security-opt label=disable --security-opt seccomp=unconfined --privileged"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
tests_podmanv5:
runs-on: ubuntu-latest
container:
image: quay.io/podman/upstream:latest
image: quay.io/containers/podman:v5
volumes:
- container_volume:/var/lib/containers
options: "--device /dev/fuse:rw --security-opt label=disable --security-opt seccomp=unconfined --privileged"
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
identity and expression, level of experience, education, socioeconomic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.

Expand Down

0 comments on commit e2dc08e

Please sign in to comment.