diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 11e8fcc..1835af9 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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