Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Jun 13, 2024
1 parent 0662e96 commit 637ec06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
name: Preview prep
if: ${{ github.event_name == 'pull_request' }}
run: |-
CLIENT_IMAGE=$(echo "${{ steps.deploy-tag.outputs.full_tag }}" | sed -e 's/-api/-client/g' -e '/:.*$/:latest')
CLIENT_IMAGE=$(echo "${{ steps.deploy-tag.outputs.full_tag }}" | sed -e 's/-api/-client/g' -e 's/:.*$/:latest')
if ! crane config ${CLIENT_IMAGE}; then
crane tag ${CLIENT_IMAGE} $(echo ${CLIENT_IMAGE} | sed 's/:latest/:${{ steps.deploy-tag.outputs.image_tag }}/g')
fi
Expand Down

0 comments on commit 637ec06

Please sign in to comment.