Skip to content

Commit

Permalink
ci: hardcode image
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeligio committed Sep 1, 2024
1 parent 6453e14 commit 4f89234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: docker/scout-action@e71a6e518e912cc9094cb8c89e29bb0dcef01668 # v1
with:
command: compare
image: ${{ steps.metadata.outputs.tags[0] }}
image: local://${{ env.IMAGE_REPOSITORY_PATH }}:${{ env.FLUTTER_VERSION }}
# github-token is needed to be able to write the comment
github-token: ${{ github.token }}
organization: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit 4f89234

Please sign in to comment.