From 0e79133ffa4160d5837b329ca0ce498c1eb24af1 Mon Sep 17 00:00:00 2001 From: casperklein Date: Thu, 20 Jun 2024 23:31:01 +0200 Subject: [PATCH] bump versions --- .github/workflows/build-weekly-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-weekly-all.yml b/.github/workflows/build-weekly-all.yml index 3e6b126..78112cf 100644 --- a/.github/workflows/build-weekly-all.yml +++ b/.github/workflows/build-weekly-all.yml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.2 with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7