diff --git a/.github/workflows/publish-container.yaml b/.github/workflows/publish-container.yaml index e79d622..815029a 100644 --- a/.github/workflows/publish-container.yaml +++ b/.github/workflows/publish-container.yaml @@ -33,7 +33,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@4367da978b557b70738a51fed31c93e6a240dfb3 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd with: context: . push: true