diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d25809..1515730 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: type=ref,event=pr - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 with: context: . tags: ${{ steps.meta.outputs.tags }}