Skip to content

Commit

Permalink
build and push fluentbit
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Nov 5, 2024
1 parent b589c97 commit 5838ce0
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 quay.io/keycloak/keycloak:21.1.0
docker image tag quay.io/keycloak/keycloak:21.1.0 ghcr.io/obmondo/keycloak:21.1.0
docker push ghcr.io/obmondo/keycloak:21.1.0
docker pull cr.fluentbit.io/fluent/fluent-bit:3.1.9
docker image tag cr.fluentbit.io/fluent/fluent-bit:3.1.9 ghcr.io/obmondo/fluent-bit:3.1.9
docker push ghcr.io/obmondo/fluent-bit:3.1.9

0 comments on commit 5838ce0

Please sign in to comment.