Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: docker-image workflow when triggered on release (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Apr 25, 2023
1 parent 3c65632 commit 0f90a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: github.event_name == 'workflow_run'
uses: protocol/.github/.github/actions/inspect-releaser@master
with:
artifacts-url: github.event.workflow_run.artifacts_url
artifacts-url: ${{ github.event.workflow_run.artifacts_url }}
push_to_registry:
needs: [prepare_checkout]
if: needs.prepare_checkout.outputs.ref != ''
Expand Down

0 comments on commit 0f90a29

Please sign in to comment.