From a41c7926ce47bbe5a5f1a12227ca48b7b5a3b1ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:48:35 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6b6393..f1d3d34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: images: runroom/${{ matrix.directories }} tags: | type=raw,value=latest,enable={{is_default_branch}} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: push: ${{ github.ref == 'refs/heads/main' }} context: '{{defaultContext}}:${{ matrix.directories }}'