From 6556db0ce6f13488ccd152814540cc0c9e3b6789 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 28 Sep 2024 19:17:56 +0200 Subject: [PATCH] ci: update docker/build-push-action to v6 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bb00746..680310d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . file: ./Containerfile