mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Update .github/workflows/cd.yml
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
2e10ceee0e
commit
5fb550df5d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -124,8 +124,8 @@ jobs:
|
||||||
tags: ${{ steps.compute.outputs.ghcr_tags }}
|
tags: ${{ steps.compute.outputs.ghcr_tags }}
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_PATH=${{ matrix.base_path }}
|
BASE_PATH=${{ matrix.base_path }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha,scope=${{ matrix.type }}
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max,scope=${{ matrix.type }}
|
||||||
|
|
||||||
- name: Build and push to Docker Hub
|
- name: Build and push to Docker Hub
|
||||||
if: github.repository == 'umami-software/umami'
|
if: github.repository == 'umami-software/umami'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue