diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 392ec1e..1c18f33 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -112,8 +112,8 @@ jobs: with: push: true cache-from: type=inline - context: docker - file: docker/Dockerfile + context: ./docker + file: ./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 }}"