From e20caa4d4ed7e03e159be0f2cbeae7b36811b21a Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Sun, 21 Jul 2024 17:59:07 +0200 Subject: [PATCH] Update docker_publish.yml --- .github/workflows/docker_publish.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index 8f5f4e6..5107011 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -1,4 +1,4 @@ -# Copyright Starling Associates BV. All rights reserved. +# Copyright Scape Agency BV. All rights reserved. name: Docker Publish @@ -69,18 +69,9 @@ jobs: echo Need: $NEED - - # Registry Login # ======================================================================= - # - name: Login to ACR - # uses: azure/docker-login@v1 - # with: - # login-server: ${{ secrets.REGISTRY_ENDPOINT }} - # username: ${{ secrets.REGISTRY_USERNAME }} - # password: ${{ secrets.REGISTRY_PASSWORD }} - - name: Login to GHCR if: github.event_name != 'pull_request' @@ -113,7 +104,6 @@ jobs: org.opencontainers.image.title=hello-world-buildx org.opencontainers.image.vendor=${{ github.repository_owner }} - - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -126,9 +116,7 @@ jobs: name: Build image uses: docker/bake-action@v2 env: - # GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }} - # REGISTRY_ENDPOINT: ${{ secrets.REGISTRY_ENDPOINT }} - REGISTRY_ENDPOINT: scapefoundation + REGISTRY_ENDPOINT: ${{ secrets.DOCKERHUB_ORGANIZATION }} REPOSITORY_ENDPOINT: ghcr.io/${{ github.repository }} IMAGE_NAME: ${{ secrets.IMAGE_NAME }} BRANCH: ${{ env.BRANCH }} @@ -136,9 +124,6 @@ jobs: with: files: | ./bin/docker-bake.hcl - # ${{ steps.meta.outputs.bake-file }} targets: image-all - # pull: true push: true - # push: ${{ github.event_name != 'pull_request' }} \ No newline at end of file