Update package list
Build website container / Build image (push) Failing after 3m8s Details

This commit is contained in:
LordMathis 2023-11-23 19:29:10 +01:00
parent d07ee060e9
commit 58e3d0ab22
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Buildah
run: sudo apt-get install -y buildah
run: sudo apt-get update -y && sudo apt-get install -y buildah
- name: Buildah Action
id: build-image