Skip to content

Commit d05967a

Browse files
committed
devops: attempt to fix pipeline
1 parent 326489d commit d05967a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
- name: Check out repository
1919
uses: actions/checkout@v4
2020

21-
- name: Set up Buildah
22-
uses: redhat-actions/buildah-build@v2
23-
with:
24-
image: ""
25-
containerfiles: |
26-
/dev/null
27-
# This just sets up buildah, we'll run our script manually
28-
2921
- name: Login to GitHub Container Registry
3022
uses: docker/login-action@v3
3123
with:
@@ -34,6 +26,8 @@ jobs:
3426
password: ${{ secrets.GITHUB_TOKEN }}
3527

3628
- name: Build Image with buildah script
29+
env:
30+
STORAGE_DRIVER: vfs
3731
run: |
3832
# Run the build script
3933
./devops/build-image.sh

0 commit comments

Comments
 (0)