From 9b0a04c3ceeb8aed043fb9b84ae9e40fe223a6a8 Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Mon, 22 Jan 2024 20:13:59 +0000 Subject: [PATCH] dbg entrypoint copy --- .github/workflows/container.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index df254ed..392ec1e 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -89,20 +89,20 @@ jobs: # file: docker/Dockerfile # platforms: linux/amd64,linux/arm64 # tags: "ghcr.io/${{ steps.repository.outputs.lowercase }}:latest,ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }}" - - - name: Push Container Image - id: docker_build_push - #if: ${{ github.event_name == 'push' }} && ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5 - with: - push: true - #oad: false - #ache-to: type=registry,ref=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }} - #ache-from: type=registry,ref=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }} - context: docker - file: docker/Dockerfile - platforms: linux/amd64,linux/arm64 - tags: "ghcr.io/${{ steps.repository.outputs.lowercase }}:latest,ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }}" +# - +# name: Push Container Image +# id: docker_build_push +# #if: ${{ github.event_name == 'push' }} && ${{ github.ref == 'refs/heads/main' }} +# uses: docker/build-push-action@v5 +# with: +# push: true +# #oad: false +# #ache-to: type=registry,ref=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }} +# #ache-from: type=registry,ref=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }} +# context: docker +# file: docker/Dockerfile +# platforms: linux/amd64,linux/arm64 +# tags: "ghcr.io/${{ steps.repository.outputs.lowercase }}:latest,ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }}" - if: ${{ github.event_name == 'push' }} && ${{ github.ref == 'refs/heads/main' }}