Skip to content

Commit

Permalink
rename package path and job-name in .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 9, 2024
1 parent 838f8bc commit 542c3ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_testing_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the hello-docker Docker image
- name: Build Docker image
run: |
docker build . --tag ghcr.io/simonblanke/testing-image:latest
docker run ghcr.io/simonblanke/testing-image:latest
docker push ghcr.io/simonblanke/testing-image:latest
docker build . --tag ghcr.io/simonblanke/surfaces-testing-image:latest
docker run ghcr.io/simonblanke/surfaces-testing-image:latest
docker push ghcr.io/simonblanke/surfaces-testing-image:latest

0 comments on commit 542c3ae

Please sign in to comment.