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 0f4ab16 commit 38be289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push the hello-docker Docker image
- name: Build and push the Docker image
run: |
docker pull docker.io/library/traefik:v3.0.0
docker image tag docker.io/library/traefik:v3.0.0 ghcr.io/obmondo/traefik:v3.0.0
docker push ghcr.io/obmondo/traefik:v3.0.0
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

0 comments on commit 38be289

Please sign in to comment.