diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3adf06f..8066262 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -43,7 +43,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@11be14d908760a0756f045980728ec5fb7880f74 + uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b with: context: . push: true