Skip to content

Commit

Permalink
push the image to the keycloak package instead (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
raspreet-vunet authored Aug 21, 2024
1 parent 6617634 commit 0bf747e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
context: ./quarkus/container/
file: ./quarkus/container/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.new_tag }}
tags: ghcr.io/vunetsystems/keycloak:${{ steps.tag.outputs.new_tag }}
build-args: |
KEYCLOAK_VERSION=${{ steps.tag.outputs.new_tag }}
REPOSITORY=${{ github.repository }}
3 changes: 1 addition & 2 deletions quarkus/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM registry.access.redhat.com/ubi9 AS ubi-micro-build

ARG KEYCLOAK_VERSION 999.0.0-SNAPSHOT
ARG REPOSITORY vunetsystems/washington
ARG KEYCLOAK_DIST=https://github.com/$REPOSITORY/releases/download/$KEYCLOAK_VERSION/keycloak-$KEYCLOAK_VERSION.tar.gz
ARG KEYCLOAK_DIST=https://github.com/vunetsystems/washington/releases/download/$KEYCLOAK_VERSION/keycloak-$KEYCLOAK_VERSION.tar.gz

RUN dnf install -y tar gzip zip

Expand Down

0 comments on commit 0bf747e

Please sign in to comment.