Skip to content

Commit

Permalink
test: 08 running pipe on the correct branch pre-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo854 committed Oct 6, 2023
1 parent 16cad74 commit a334ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Extract Image sha256
id: image-digest
run: |
IMAGE_DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' "${{ github.repository_owner }}/${{ steps.extract-repository-name.outputs.REPO_NAME }}:${{ steps.docker-image.outputs.IMAGE_NAME }}" | cut -d "@" -f 2)
IMAGE_DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' "${{ secrets.DOCKER_USERNAME }}/${{ steps.extract-repository-name.outputs.REPO_NAME }}:${{ steps.docker-image.outputs.IMAGE_NAME }}" | cut -d "@" -f 2)
echo "IMAGE_DIGEST=${IMAGE_DIGEST}" >> $GITHUB_OUTPUT
- name: Setup yq portable command-line YAML, JSON, XML, CSV, TOML and properties processor
uses: mikefarah/[email protected]
Expand Down

0 comments on commit a334ad7

Please sign in to comment.