mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-23 04:16:58 +00:00
Add pull request event types to action.yml
This update introduces new event types for handling pull requests in the action.yml file, allowing for better caching and event management during CI/CD processes.
This commit is contained in:
parent
a126631a61
commit
6bc379401f
@ -56,6 +56,10 @@ runs:
|
||||
# Cache
|
||||
type=raw,value=${{ github.ref_name }}-cache
|
||||
|
||||
# Pull Request
|
||||
type=ref,event=pr
|
||||
type=ref,event=pr,suffix=-{{sha}},priority=8887 # 2
|
||||
|
||||
# Branches
|
||||
type=ref,event=branch
|
||||
type=ref,event=branch,suffix=-{{sha}},priority=8888 # 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user