diff --git a/.github/workflows/push-container.yml b/.github/workflows/push-container.yml index e445920..bf3cefe 100644 --- a/.github/workflows/push-container.yml +++ b/.github/workflows/push-container.yml @@ -43,7 +43,7 @@ jobs: # Repository. The container will be tagged as "latest" # and with the short SHA of the commit. - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: context: cloudflare-ddns-docker/ file: cloudflare-ddns-docker/Dockerfile