diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b58b97..52d639d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: with: images: ghcr.io/${{ github.repository }} - name: Build and push Docker image - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 with: context: . push: true