diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6c7488f..6b05ba5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,7 +33,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image id: push - uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e + uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 with: context: . push: true