Skip to content

Commit

Permalink
Merge pull request #1 from nebari-dev/push-to-quansight-quay
Browse files Browse the repository at this point in the history
Push keycloak image to quansight quay instead of aktech
  • Loading branch information
aktech authored Jun 10, 2024
2 parents 9d73eca + b4a2d1e commit 3bef5cf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
build_and_push_docker_image:
name: "Build Docker Images 🛠"
runs-on: ubuntu-latest
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64

steps:
- name: "Checkout Repository 🛎"
Expand All @@ -36,7 +41,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
quay.io/aktech/keycloak
quay.io/nebari/keycloak
tags: |
type=ref,event=tag
type=sha
Expand All @@ -52,4 +57,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platform }}

0 comments on commit 3bef5cf

Please sign in to comment.