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 2259df2 commit f73ae98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,17 @@ 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 }}"

-
if: ${{ github.event_name == 'push' }} && ${{ github.ref == 'refs/heads/main' }}
name: Container Push
uses: docker/build-push-action@v5
id: container-push
with:
push: true
cache-from: type=inline
context: docker
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
annotations: '"annotations": { "org.opencontainers.image.description": "Pulumi Devcontainer" }'
tags: "ghcr.io/${{ steps.repository.outputs.lowercase }}:latest,ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }}"

0 comments on commit f73ae98

Please sign in to comment.