Skip to content

Commit

Permalink
fix: temporarily remove dev container build
Browse files Browse the repository at this point in the history
Debugging the output of the image tags
  • Loading branch information
jwbennet committed Jan 28, 2024
1 parent 2ae84d8 commit e75b096
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/devcontainer-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
type=semver,pattern={{major}}
- name: Process tags for Docker image
run: |
echo "image_tags=${{ steps.meta.outputs.tags }}" | tr '\n' ',' >> "$GITHUB_ENV"
- name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
subFolder: .github
imageName: ghcr.io/${{ github.repository }}
imageTag: $image_tags
cacheFrom: ghcr.io/${{ github.repository }}
push: always
echo "image_tags=${{ steps.meta.outputs.tags }}" | tr '\n' ','
# - name: Pre-build dev container image
# uses: devcontainers/ci@v0.3
# with:
# subFolder: .github
# imageName: ghcr.io/${{ github.repository }}
# imageTag: $image_tags
# cacheFrom: ghcr.io/${{ github.repository }}
# push: always

0 comments on commit e75b096

Please sign in to comment.