-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: comment out buildx build and push steps in workflow * chore: disable pull_request trigger in buildx workflow * fix: update image reference in buildx workflow to use ghcr.io * refactor: simplify version retrieval in buildx workflow * fix: restore version extraction logic in buildx workflow * fix: restore Buildx and Push steps in workflow * fix: enable image push in buildx workflow * fix: update image tag to use ghcr.io in buildx workflow * fix: disable image push and clean up version extraction in buildx workflow
- Loading branch information
1 parent
903995e
commit d579753
Showing
2 changed files
with
5 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: buildx-on-pr | ||
|
||
on: | ||
pull_request: | ||
# pull_request: | ||
workflow_dispatch: | ||
|
||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters