remove feature-42 branch from build-docker workflow
This commit is contained in:
parent
185098d0c6
commit
5a12ff322d
3
.github/workflows/build-docker.yml
vendored
3
.github/workflows/build-docker.yml
vendored
@ -5,7 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- develop
|
- develop
|
||||||
- feature-42
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker:
|
build-docker:
|
||||||
@ -21,6 +20,8 @@ jobs:
|
|||||||
password: ${{secrets.DOCKER_TOKEN}}
|
password: ${{secrets.DOCKER_TOKEN}}
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
# https://github.com/actions/checkout/issues/1830
|
||||||
|
# https://gitea.com/gitea/act_runner/issues/164
|
||||||
- name: Checkout lfs
|
- name: Checkout lfs
|
||||||
run: |
|
run: |
|
||||||
git lfs install --local
|
git lfs install --local
|
||||||
|
Loading…
Reference in New Issue
Block a user