Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

ci: updated reusable workflow version #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# The build job uses the build-scan-push reusable workflow
build:
needs: release
uses: liatrio/github-workflows/.github/workflows/build-scan-push.yaml@main
uses: liatrio/github-workflows/.github/workflows/build-scan-push.yaml@v0.2.0
with:
publish: ${{ github.ref == 'refs/heads/main' }}
repository: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
uses: liatrio/github-workflows/.github/workflows/build-scan-push.yaml@main
uses: liatrio/github-workflows/.github/workflows/build-scan-push.yaml@v0.2.0
with:
publish: false
repository: ghcr.io
Expand Down