Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Calo committed Sep 16, 2023
1 parent cb943f7 commit 510dee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the hello-docker Docker image
- name: Build the besu Docker image
run: |
docker build . --tag ghcr.io/deselikem/hello-docker-gcr-demo:latest
docker run ghcr.io/deselikem/hello-docker-gcr-demo:latest
docker push ghcr.io/deselikem/hello-docker-gcr-demo:latest
docker build . --tag ghcr.io/redhat-sa-brazil/besu:latest
docker run ghcr.io/redhat-sa-brazil/besu:latest
docker push ghcr.io/redhat-sa-brazil/besu:latest

0 comments on commit 510dee5

Please sign in to comment.