Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
dbg entrypoint copy
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Jan 22, 2024
1 parent f73ae98 commit 9b0a04c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 9b0a04c

Please sign in to comment.