Skip to content

Commit

Permalink
feature/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 14, 2024
1 parent b8e4c2e commit 1a24c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
GH_REGISTRY: ghcr.io
# Image repository, without hostname and tag
IMAGE_NAME: alpine/used-for-docker-scout-score-check-only
GH_IMAGE_NAME: ${{ env.GH_REGISTRY }}/${{ github.repository_owner }}/used-for-docker-scout-score-check-only
GH_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/used-for-docker-scout-score-check-only
SHA: ${{ github.event.pull_request.head.sha || github.event.after }}

jobs:
Expand Down

0 comments on commit 1a24c70

Please sign in to comment.