Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Nov 6, 2023
1 parent f3e6fc3 commit 3291967
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/plotly-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
run: |
#!/usr/bin/env bash
set -euo pipefail
BP_ID="$(cat buildpack.toml | yj -t | jq -r .buildpack.id)"
PACKAGE="${REPO}/$(echo "$BP_ID" | sed 's/\//_/g')"
pack buildpack package --publish ${PACKAGE}:${VERSION}
echo "IMAGE_TAG=${PACKAGE}:${VERSION}" >> "$GITHUB_OUTPUT"
pack buildpack package --publish ${REPO}:${VERSION}
echo "IMAGE_TAG=${REPO}:${VERSION}" >> "$GITHUB_OUTPUT"
shell: bash
env:
REPO: quay.io/${{ github.repository_owner }}/apt-buildpack
Expand Down

0 comments on commit 3291967

Please sign in to comment.