Skip to content

Commit d25fdda

Browse files
authored
Hotfix/manifest (#642)
* Disable provenance attestation * enable refs
1 parent 8a7b6b4 commit d25fdda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- 'master'
66
- 'beta'
7+
- 'hotfix/*'
78
tags:
89
- 'v*.*.*'
910

@@ -57,13 +58,15 @@ jobs:
5758
type=semver,pattern=v{{version}}
5859
type=semver,pattern=v{{major}}
5960
type=semver,pattern=v{{major}}.{{minor}}
61+
type=ref,event=branch
6062
images: |
6163
jacobalberty/unifi
6264
ghcr.io/${{ github.repository }}
6365
- name: Build container image
6466
uses: docker/build-push-action@v4
6567
with:
6668
context: .
69+
provenance: false
6770
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
6871
push: true
6972
cache-from: type=gha

0 commit comments

Comments
 (0)