From f9215cfcce3ab8dcd50c2bafaf83f45b0448a19a Mon Sep 17 00:00:00 2001 From: Jonas Voelcker Date: Thu, 27 Jun 2024 09:40:44 +0200 Subject: [PATCH] Revert build-push-action Signed-off-by: Jonas Voelcker Signed-off-by: Jonas Voelcker --- .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 7fcd4f81f..c4ab7e43d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build and push - uses: docker/build-push-action@v6.1.0 + uses: docker/build-push-action@v5.4.0 with: build-args: |- KEYCLOAK_VERSION=${{ matrix.env.KEYCLOAK_VERSION }}