mirror of
https://github.com/datarhei/core.git
synced 2025-10-15 20:40:43 +08:00
Fix dev workflow
This commit is contained in:
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
|
|
||||||
|
Reference in New Issue
Block a user