Skip to content

Commit

Permalink
Merge pull request #16 from sapcc/use-long-sha
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 authored Jan 8, 2025
2 parents 49054b5 + d2e32e5 commit 710fab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-registry-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
type=semver,pattern={{raw}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=sha
# https://github.com/docker/metadata-action#typesha
type=sha,format=long
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
1 change: 1 addition & 0 deletions Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ githubWorkflow:
- edge
- latest
- semver
- sha

renovate:
enabled: true
Expand Down

0 comments on commit 710fab5

Please sign in to comment.