Skip to content

Commit

Permalink
Can I use latest podman in action?
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 8, 2024
1 parent 82f682c commit a4bcbd9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: Logging initial podman version
run: podman version
- name: Base setup
run: |
sudo apt-get update
sudo apt-get -y install podman
podman version
- uses: actions/checkout@v4
- name: Build Image
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 #v2.13
Expand All @@ -44,8 +51,6 @@ jobs:
containerfiles: |
containers/Containerfile
oci: true
- name: Logging podman version
run: podman version
- name: Run and commit Nix operations by the user while running the systemd
run: |
podman run --rm systemd &
Expand Down

0 comments on commit a4bcbd9

Please sign in to comment.