Skip to content

Commit

Permalink
build and push whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Nov 5, 2024
1 parent 38be289 commit 0511266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Build and push the Docker image
run: |
docker pull docker.io/traefik/whoami:v1.10.3
docker image tag docker.io/traefik/whoami:v1.10.3 ghcr.io/obmondo/whoami:v1.10.3
docker push ghcr.io/obmondo/whoami:v1.10.3
docker image tag docker.io/traefik/whoami:v1.10.3 ghcr.io/obmondo/traefik/whoami:v1.10.3
docker push ghcr.io/obmondo/traefik/whoami:v1.10.3

0 comments on commit 0511266

Please sign in to comment.