diff --git a/.github/workflows/build-devcontainer.yml b/.github/workflows/build-devcontainer.yml index d562bd0ad..bc06b9b4c 100644 --- a/.github/workflows/build-devcontainer.yml +++ b/.github/workflows/build-devcontainer.yml @@ -55,6 +55,7 @@ jobs: env: CLAB_VERSION: ${{ inputs.clab_version }} with: + file: .devcontainer/Dockerfile tags: ${{ steps.meta.outputs.tags }} push: true platforms: linux/amd64,linux/arm64