Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed Apr 24, 2024
1 parent 70a1322 commit f9d2bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "${{ secrets.SECRETS_GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin

- name: Build images
run: docker build -t docker.pkg.github.com/${{ github.repository }}/hello:latest .
run: docker build -t docker.pkg.github.com/${{ github.repository }}:latest .

- name: Push images to repository
run: docker push docker.pkg.github.com/${{ github.repository }}/hello:latest
run: docker push docker.pkg.github.com/${{ github.repository }}:latest

0 comments on commit f9d2bc5

Please sign in to comment.