Skip to content

Commit

Permalink
fix: continued debugging of image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbennet committed Jan 28, 2024
1 parent b4aec3c commit 673c6d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/devcontainer-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
run: |
echo -n "IMAGE_TAGS=${{ steps.meta.outputs.tags }}" | tr '\n' ',' >> "$GITHUB_ENV"
- name: Debug image tags
run: |
echo "${{ IMAGE_TAGS }}"
run: echo "$IMAGE_TAGS"
# - name: Pre-build dev container image
# uses: devcontainers/ci@v0.3
# with:
Expand Down

0 comments on commit 673c6d9

Please sign in to comment.