Fix dev workflow

This commit is contained in:
Jan Stabenow
2022-07-21 23:01:29 +02:00
committed by GitHub
parent dec67263ba
commit 8b83b249f1

View File

@@ -81,12 +81,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
<<<<<<< HEAD
dockerBundle:
uses: ./.github/workflows/build_bundle_dev.yaml
secrets: inherit
dockerBundleRpi:
uses: ./.github/workflows/build_bundle-rpi_dev.yaml
secrets: inherit
=======
>>>>>>> dev