Skip to content

Commit

Permalink
fix(dev-tools): make, not bash (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Nov 12, 2024
1 parent 6a20dfb commit ce77cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-cft-devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
issues: 'write'

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
5 changes: 1 addition & 4 deletions infra/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ build-image-developer-tools:

.PHONY: release-image-developer-tools
release-image-developer-tools:
if [[ -z "${GITHUB_SHA}" ]]; then
echo "ERROR: Missing GITHUB_SHA for the release"
exit 1
fi
test -n "$(GITHUB_SHA)" # $$GITHUB_SHA

docker tag ${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS} \
${REGISTRY_URL}/${DOCKER_IMAGE_DEVELOPER_TOOLS}:${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}
Expand Down

0 comments on commit ce77cac

Please sign in to comment.