Skip to content

Commit

Permalink
Add missing close quote in action
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Jul 18, 2024
1 parent 14151af commit 9b42737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
REPO="$(echo "$BP_ID" | sed 's/.*\///')"
VERSION="$(cat test-info/buildpack.toml | yj -t | jq -r .buildpack.version)"
PACKAGE="${ORG}/${REPO}"
pack buildpack package ${PACKAGE}:${VERSION} --config package.toml --target "linux/amd64" --target "linux/arm64 --publish
pack buildpack package ${PACKAGE}:${VERSION} --config package.toml --target "linux/amd64" --target "linux/arm64" --publish
cd ..
shell: bash
- id: package-builder
Expand All @@ -47,6 +47,6 @@ jobs:
TAG="${{ github.ref_name }}"
VERSION="${TAG#v}"
PACKAGE="${ORG}/${REPO}"
pack builder create "${PACKAGE}:${VERSION}" --config builder.toml --target "linux/amd64" --target "linux/arm64 --publish
pack builder create "${PACKAGE}:${VERSION}" --config builder.toml --target "linux/amd64" --target "linux/arm64" --publish
cd ..
shell: bash

0 comments on commit 9b42737

Please sign in to comment.