From dd17c4eef0e3f5ccd35f08ed38c6df2f1a9c79ac Mon Sep 17 00:00:00 2001 From: chgl Date: Mon, 27 Sep 2021 20:56:27 +0200 Subject: [PATCH] only push build images to DockerHub --- .github/workflows/build-images.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 89d492d..7aff28d 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -17,7 +17,6 @@ jobs: uses: crazy-max/ghaction-docker-meta@v1 with: images: | - ghcr.io/hapifhir/hapi docker.io/hapiproject/hapi tag-sha: false tag-match: "v(.*)" @@ -27,7 +26,6 @@ jobs: uses: crazy-max/ghaction-docker-meta@v1 with: images: | - ghcr.io/hapifhir/hapi docker.io/hapiproject/hapi tag-sha: false tag-match: "v(.*)" @@ -42,13 +40,6 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Login to GitHub Container Registry - uses: docker/login-action@v1 - if: github.event_name != 'pull_request' - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_TOKEN }} - name: Cache Docker layers uses: actions/cache@v2 with: