Skip to content

Commit

Permalink
Reenable ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Feb 17, 2022
1 parent 791b8e0 commit 146dc21
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
${{ github.repository_owner }}/insights-remote
# ghcr.io/${{ github.repository_owner }}/insights-remote
ghcr.io/${{ github.repository_owner }}/insights-remote
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -39,14 +39,14 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# -
# name: Login to Docker Hub
# if: github.event_name != 'pull_request'
# uses: docker/login-action@v1
# with:
# registry: ghcr.io
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 146dc21

Please sign in to comment.