Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanosio committed May 30, 2024
1 parent 0e26968 commit 9c4404c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: TEST1
run: |
sed -i 's/graphroot = .*/graphroot = "\/__w\/container_storage"/' /etc/containers/storage.conf
cat /etc/containers/storage.conf
df -h
- name: Generate metadata for base image
id: meta_base
uses: docker/metadata-action@v5
Expand Down Expand Up @@ -118,6 +124,11 @@ jobs:
tags: ${{ steps.meta_base.outputs.tags }}
labels: ${{ steps.meta_base.outputs.labels }}

- name: TEST2
run: |
df -h
ls -l /__w
- name: Build CI image
uses: redhat-actions/buildah-build@v2
with:
Expand Down

0 comments on commit 9c4404c

Please sign in to comment.