Skip to content

Commit

Permalink
update github repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed Apr 24, 2024
1 parent aaf5729 commit 9f2d239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@v4

- name: Login to GitHub Packages
run: echo "${{ secrets.SECRETS_GITHUB_TOKEN }}" | docker login ${GITHUB_SERVER_URL} -u $GITHUB_ACTOR --password-stdin
run: echo "${{ secrets.SECRETS_GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin

- name: Build images
run: make build ARGS="${GITHUB_SERVER_URL}/${{ github.repository }}/"
run: make build ARGS="ghcr.io/${{ github.repository }}/"

- name: Push images to repository
run: make push ARGS="${GITHUB_SERVER_URL}/${{ github.repository }}/"
run: make push ARGS="ghcr.io/${{ github.repository }}/"

0 comments on commit 9f2d239

Please sign in to comment.