Skip to content

Commit

Permalink
build and push traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Nov 5, 2024
1 parent 5838ce0 commit a498d9b
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 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
docker pull docker.io/traefik:v3.0.0
docker image tag docker.io/traefik:v3.0.0 ghcr.io/obmondo/traefik:v3.0.0
docker push ghcr.io/obmondo/traefik:v3.0.0

0 comments on commit a498d9b

Please sign in to comment.