first try docker build

This commit is contained in:
2023-11-13 21:26:48 +01:00
parent c9de5f9982
commit 5d513785d2

View File

@@ -26,11 +26,11 @@ jobs:
# # Install the cosign tool except on PR
# # https://github.com/sigstore/cosign-installer
# - name: Install cosign
# #if: gitea.event_name != 'pull_request'
# uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
# with:
# cosign-release: 'v1.11.0'
- name: Install cosign
#if: gitea.event_name != 'pull_request'
uses: https://github.com/sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
with:
cosign-release: 'v1.11.0'
# Workaround: https://github.com/docker/build-push-action/issues/461