build: change workflow.
This commit is contained in:
parent
15ccc3dd1c
commit
e205095bad
4
.github/workflows/build-and-push.yml
vendored
4
.github/workflows/build-and-push.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
ref: ${{ github.ref }}
|
||||
- name: Prepare
|
||||
id: prepare
|
||||
run: |
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
ref: ${{ github.ref }}
|
||||
- name: Prepare
|
||||
id: prepare
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user