update workflows.
This commit is contained in:
3
.github/workflows/build-nightly-cron.yaml
vendored
3
.github/workflows/build-nightly-cron.yaml
vendored
@@ -293,6 +293,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Git pull
|
||||||
|
run: |
|
||||||
|
git pull
|
||||||
|
|
||||||
# docker
|
# docker
|
||||||
- name: Extract metadata for Docker
|
- name: Extract metadata for Docker
|
||||||
|
|||||||
3
.github/workflows/build-release-cron.yaml
vendored
3
.github/workflows/build-release-cron.yaml
vendored
@@ -231,6 +231,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Git pull
|
||||||
|
run: |
|
||||||
|
git pull
|
||||||
|
|
||||||
# docker
|
# docker
|
||||||
- name: Extract metadata for Docker with release version
|
- name: Extract metadata for Docker with release version
|
||||||
|
|||||||
Reference in New Issue
Block a user