mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-03 03:28:10 +00:00
Hotfix for workflow. For build step do not build from cache.
Make sure cache layers are unique by using ${{ github.ref }}
This commit is contained in:
59
.github/workflows/build_test_deploy.yml
vendored
59
.github/workflows/build_test_deploy.yml
vendored
@@ -134,8 +134,7 @@ jobs:
|
|||||||
load: false
|
load: false
|
||||||
push: false
|
push: false
|
||||||
set: |
|
set: |
|
||||||
*.cache-from=type=gha,scope=build-${{ matrix.target }}
|
*.cache-to=type=gha,scope=build-${{ matrix.target }}-${{ github.ref }},mode=min
|
||||||
*.cache-to=type=gha,scope=build-${{ matrix.target }},mode=min
|
|
||||||
*.platform=${{ inputs.architecture }}
|
*.platform=${{ inputs.architecture }}
|
||||||
|
|
||||||
# This job runs all the tests.
|
# This job runs all the tests.
|
||||||
@@ -190,20 +189,20 @@ jobs:
|
|||||||
load: true
|
load: true
|
||||||
push: false
|
push: false
|
||||||
set: |
|
set: |
|
||||||
*.cache-from=type=gha,scope=build-docs
|
*.cache-from=type=gha,scope=build-docs-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-setup
|
*.cache-from=type=gha,scope=build-setup-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-admin
|
*.cache-from=type=gha,scope=build-admin-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-antispam
|
*.cache-from=type=gha,scope=build-antispam-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-front
|
*.cache-from=type=gha,scope=build-front-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-imap
|
*.cache-from=type=gha,scope=build-imap-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-smtp
|
*.cache-from=type=gha,scope=build-smtp-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-snappymail
|
*.cache-from=type=gha,scope=build-snappymail-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-roundcube
|
*.cache-from=type=gha,scope=build-roundcube-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-antivirus
|
*.cache-from=type=gha,scope=build-antivirus-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-fetchmail
|
*.cache-from=type=gha,scope=build-fetchmail-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-resolver
|
*.cache-from=type=gha,scope=build-resolver-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-traefik-certdumper
|
*.cache-from=type=gha,scope=build-traefik-certdumper-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-webdav
|
*.cache-from=type=gha,scope=build-webdav-${{ github.ref }}
|
||||||
*.platform=${{ inputs.architecture }}
|
*.platform=${{ inputs.architecture }}
|
||||||
- name: Install python packages
|
- name: Install python packages
|
||||||
run: python3 -m pip install -r tests/requirements.txt
|
run: python3 -m pip install -r tests/requirements.txt
|
||||||
@@ -255,20 +254,20 @@ jobs:
|
|||||||
files: ${{env.HCL_FILE}}
|
files: ${{env.HCL_FILE}}
|
||||||
push: true
|
push: true
|
||||||
set: |
|
set: |
|
||||||
*.cache-from=type=gha,scope=build-docs
|
*.cache-from=type=gha,scope=build-docs-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-setup
|
*.cache-from=type=gha,scope=build-setup-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-admin
|
*.cache-from=type=gha,scope=build-admin-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-antispam
|
*.cache-from=type=gha,scope=build-antispam-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-front
|
*.cache-from=type=gha,scope=build-front-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-imap
|
*.cache-from=type=gha,scope=build-imap-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-smtp
|
*.cache-from=type=gha,scope=build-smtp-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-snappymail
|
*.cache-from=type=gha,scope=build-snappymail-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-roundcube
|
*.cache-from=type=gha,scope=build-roundcube-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-antivirus
|
*.cache-from=type=gha,scope=build-antivirus-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-fetchmail
|
*.cache-from=type=gha,scope=build-fetchmail-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-resolver
|
*.cache-from=type=gha,scope=build-resolver-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-traefik-certdumper
|
*.cache-from=type=gha,scope=build-traefik-certdumper-${{ github.ref }}
|
||||||
*.cache-from=type=gha,scope=build-webdav
|
*.cache-from=type=gha,scope=build-webdav-${{ github.ref }}
|
||||||
*.platform=${{ inputs.architecture }}
|
*.platform=${{ inputs.architecture }}
|
||||||
|
|
||||||
deploy-arm:
|
deploy-arm:
|
||||||
|
|||||||
Reference in New Issue
Block a user