Skip to content

Commit

Permalink
build and push keycloak image
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Nov 5, 2024
1 parent f287430 commit fa4b6a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:

- name: Build and push the hello-docker Docker image
run: |
docker pull docker.io/busybox:1.32
docker image tag docker.io/busybox:1.32 ghcr.io/obmondo/busybox:1.32
docker push ghcr.io/obmondo/busybox:1.32
docker pull quay.io/keycloak/keycloak:21.1.0
docker image tag quay.io/keycloak/keycloak:21.1.0 ghcr.io/keycloak/keycloak:21.1.0
docker push ghcr.io/keycloak/keycloak:21.1.0

0 comments on commit fa4b6a5

Please sign in to comment.