diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 94e87ba..a03bafa 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -49,12 +49,6 @@ jobs: # Stocker la valeur dans une variable d'environnement echo "VERSION=$VERSION" >> $GITEA_ENV - - name: Configure Buildah storage - run: | - mkdir -p /var/lib/containers/storage - echo -e "[storage]\ndriver = \"overlay\"" | sudo tee /etc/containers/storage.conf - buildah --storage-driver overlay2 info - - name: Build image using buildah id: build-image uses: redhat-actions/buildah-build@v2