diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aea776f..5923110 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: images: ${{ env.registry }}/${{ github.repository }} - name: Build docker image id: push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.ref == 'refs/heads/main' }}