Skip to content

Commit 5e59a4d

Browse files
committed
.github: workflows: Place container storage inside work volume for merge
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 <[email protected]>
1 parent 0b7bbf9 commit 5e59a4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ jobs:
175175
if: ${{ github.event_name != 'pull_request' }}
176176

177177
steps:
178+
- name: Configure container storage
179+
run: |
180+
sed -i 's/graphroot = .*/graphroot = "\/__w\/container_storage"/' /etc/containers/storage.conf
181+
mkdir -p /__w/container_storage
182+
178183
- name: Login to DockerHub
179184
if: ${{ github.event_name != 'pull_request' }}
180185
uses: redhat-actions/podman-login@v1

0 commit comments

Comments
 (0)