From 7c722c90207da71e2f8729ff9a43cc6d1657b638 Mon Sep 17 00:00:00 2001 From: Nithin Shekar Kuruba Date: Tue, 9 Jul 2024 10:28:53 -0700 Subject: [PATCH] feat: build dev image with latest dockerfile --- .github/workflows/publish-image-keycloak-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-keycloak-dev.yml b/.github/workflows/publish-image-keycloak-dev.yml index 0f537b9d..ebbd91b9 100644 --- a/.github/workflows/publish-image-keycloak-dev.yml +++ b/.github/workflows/publish-image-keycloak-dev.yml @@ -52,7 +52,7 @@ jobs: context: docker/keycloak push: true tags: ${{ env.GITHUB_REGISTRY }}/${{env.IMAGE_NAME}}:dev - file: docker/keycloak/Dockerfile-${{ startsWith(github.ref, 'refs/tags/7.4-37') && '7.4-37' || '7.6' }} + file: docker/keycloak/Dockerfile-${{ startsWith(github.ref, 'refs/tags/7.6') && '7.6' || '24' }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new