From f23dd17972923fe04dd89a3498dc201e751b8c1c Mon Sep 17 00:00:00 2001 From: "H.Hedhly" <9963093+thehedhly@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:22:32 +0200 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#9) Co-authored-by: thehedhly --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d0cb9..1dd7b18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: tags: | type=raw,value=${{ matrix.data.version == '' && 'latest' || matrix.data.version }} - name: 'Build and push' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: .