Skip to content

Commit

Permalink
fix: target 24-10 tag to build rhbk image
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Jul 9, 2024
1 parent 045770c commit bdc51c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-rhbk-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
context: docker/keycloak
push: true
tags: ${{ env.GITHUB_REGISTRY }}/${{env.IMAGE_NAME}}:dev-rhbk-nk-24
tags: ${{ env.GITHUB_REGISTRY }}/${{env.IMAGE_NAME}}:dev-rhbk-24
file: docker/keycloak/Dockerfile-24
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down
4 changes: 2 additions & 2 deletions docker/keycloak/Dockerfile-24
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./extensions-24 /tmp/
WORKDIR /tmp/
RUN mvn -B clean package --file pom.xml

FROM registry.redhat.io/rhbk/keycloak-rhel9:24 as builder
FROM registry.redhat.io/rhbk/keycloak-rhel9:24-10 as builder

# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
Expand All @@ -19,7 +19,7 @@ WORKDIR /opt/keycloak

RUN /opt/keycloak/bin/kc.sh build

FROM registry.redhat.io/rhbk/keycloak-rhel9:24
FROM registry.redhat.io/rhbk/keycloak-rhel9:24-10

COPY --from=builder /opt/keycloak/ /opt/keycloak/

Expand Down

0 comments on commit bdc51c0

Please sign in to comment.