From efe0ad09a9854e2bf20cc18574f330ce73efe18c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Jun 2024 14:41:28 +0000 Subject: [PATCH] Update docker/build-push-action action to v5 --- .github/workflows/push-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5