Fix dev workflow
This commit is contained in:
parent
dec67263ba
commit
8b83b249f1
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build_base_alpine_dev.yaml
vendored
3
.github/workflows/build_base_alpine_dev.yaml
vendored
|
|
@ -81,12 +81,9 @@ jobs:
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
<<<<<<< HEAD
|
|
||||||
dockerBundle:
|
dockerBundle:
|
||||||
uses: ./.github/workflows/build_bundle_dev.yaml
|
uses: ./.github/workflows/build_bundle_dev.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
dockerBundleRpi:
|
dockerBundleRpi:
|
||||||
uses: ./.github/workflows/build_bundle-rpi_dev.yaml
|
uses: ./.github/workflows/build_bundle-rpi_dev.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
=======
|
|
||||||
>>>>>>> dev
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue