diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index a37c80c..667651a 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -65,7 +65,7 @@ jobs: - name: Build and Push the Docker image id: push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: Containerfile