diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f1ec589..cc05d8f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -39,7 +39,7 @@ jobs: type=sha,enable=true,priority=100,prefix=sha-,suffix=,format=short - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true