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:
|
||||
- main
|
||||
- develop
|
||||
- feature-42
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
@ -21,6 +20,8 @@ jobs:
|
||||
password: ${{secrets.DOCKER_TOKEN}}
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
# https://github.com/actions/checkout/issues/1830
|
||||
# https://gitea.com/gitea/act_runner/issues/164
|
||||
- name: Checkout lfs
|
||||
run: |
|
||||
git lfs install --local
|
||||
|
Loading…
Reference in New Issue
Block a user