Skip to content

Commit

Permalink
.github: workflows: Place container storage inside work volume for merge
Browse files Browse the repository at this point in the history
This commit updates the CI image merge job to place the Podman container
storage inside the runner work volume in order to ensure that sufficient
free space is available for the source images to be pulled.

Refer to d9bdf4b for more details.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed May 31, 2024
1 parent 0b7bbf9 commit 5e59a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}

steps:
- name: Configure container storage
run: |
sed -i 's/graphroot = .*/graphroot = "\/__w\/container_storage"/' /etc/containers/storage.conf
mkdir -p /__w/container_storage
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 5e59a4d

Please sign in to comment.