Update docker/build-push-action action to v5

This commit is contained in:
2024-06-11 14:41:28 +00:00
parent 0743d7fa6d
commit efe0ad09a9

View File

@ -43,7 +43,7 @@ jobs:
# Repository. The container will be tagged as "latest" # Repository. The container will be tagged as "latest"
# and with the short SHA of the commit. # and with the short SHA of the commit.
- name: Build and push - name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v5
with: with:
context: cloudflare-ddns-docker/ context: cloudflare-ddns-docker/
file: cloudflare-ddns-docker/Dockerfile file: cloudflare-ddns-docker/Dockerfile