Remove sha labels when building docker images

This commit is contained in:
Arjan H
2023-06-06 20:36:39 +02:00
parent c03f13ae0c
commit 7b13c6eb3a

View File

@@ -88,7 +88,6 @@ jobs:
type=edge,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
type=ref,event=branch,enable=${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}
type=ref,event=pr
type=sha
- name: Login to GHCR
if: github.event_name != 'pull_request'