Skip to content

Commit 1c5144b

Browse files
authored
Merge pull request #42 from cobaltcore-dev/tag-hash
Commit-hash as tag and related changes
2 parents ec102fd + ac913e0 commit 1c5144b

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/container-registry-ghcr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
type=semver,pattern={{raw}}
4343
type=semver,pattern=v{{major}}.{{minor}}
4444
type=semver,pattern=v{{major}}
45+
# https://github.com/docker/metadata-action#typesha
46+
type=sha,format=long
4547
- name: Set up QEMU
4648
uses: docker/setup-qemu-action@v3
4749
- name: Set up Docker Buildx

Makefile.maker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ githubWorkflow:
4343
- latest
4444
- semver
4545
- edge
46+
- sha
4647
license:
4748
enabled: true
4849

charts/kvm-node-agent/crds/hypervisor-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: apiextensions.k8s.io/v1
32
kind: CustomResourceDefinition
43
metadata:
@@ -518,3 +517,4 @@ spec:
518517
storage: true
519518
subresources:
520519
status: {}
520+

0 commit comments

Comments
 (0)