Skip to content

Commit

Permalink
Build: update for ghcr.io (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner authored May 7, 2023
1 parent 45c6b53 commit 272c5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
docker build . -t ghcr.io/xibosignage/xibo-cms:release-${GITHUB_REF##*/} --build-arg GIT_COMMIT=${GITHUB_SHA}
- name: Push Image
run: |
docker login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
docker login ghcr.io --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
docker push ghcr.io/xibosignage/xibo-cms:release-${GITHUB_REF##*/}
- name: Build archive
run: |
Expand Down

0 comments on commit 272c5ab

Please sign in to comment.