We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8763b1e commit c27b4e9Copy full SHA for c27b4e9
.github/workflows/wc-build-push.yml
@@ -93,7 +93,7 @@ jobs:
93
run: |
94
set -Eeuo pipefail
95
96
- if ([ -z "${DEVCONTAINER_METADATA:-}" ] || [ ! -f "${DEVCONTAINER_METADATA}" ]); then
+ if [ -z "${DEVCONTAINER_METADATA:-}" ] || [ ! -f "${DEVCONTAINER_METADATA}" ]; then
97
echo "devcontainer-metadata input not set or file does not exist, skipping devcontainer.metadata label"
98
echo "metadata=" >> "$GITHUB_OUTPUT"
99
exit 0
0 commit comments