Skip to content

Commit

Permalink
reference job dependency for strings
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 17, 2024
1 parent 01605c7 commit a716f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ jobs:
if: github.ref == 'refs/heads/${{ env.DEFAULT_BRANCH }}'
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
docker push "${{ steps.strings.outputs.docker-image-tag }}"
docker push "${{ needs.strings.outputs.docker-image-tag }}"

0 comments on commit a716f43

Please sign in to comment.