From ad49dd94b169c64c8bdee385321396024d336098 Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:27:54 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6954251..35ac745 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -77,7 +77,7 @@ jobs: type=sha, format=long - name: Build and push to ghcr - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: 'apps/${{ matrix.app }}/Dockerfile'