Skip to content

Commit

Permalink
well maybe it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev committed Sep 24, 2024
1 parent 1697258 commit 170c109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4.4.0
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: |
Expand All @@ -41,7 +41,7 @@ jobs:
id: docker-scout
uses: docker/scout-action@v1
with:
organization: docker
organization: olegselajev241
command: quickview,compare
image: olegselajev241/todo-demo-application:${{ env.SHA }}
to-latest: true
Expand Down

0 comments on commit 170c109

Please sign in to comment.