updated workflow
Docker Push / build (push) Failing after 28s
Details
Docker Push / build (push) Failing after 28s
Details
This commit is contained in:
parent
4dc2220ed6
commit
d0fd783e5f
|
@ -19,11 +19,11 @@ jobs:
|
|||
|
||||
# Install the cosign tool except on PR
|
||||
# https://github.com/sigstore/cosign-installer
|
||||
- name: Install cosign
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
|
||||
with:
|
||||
cosign-release: 'v1.13.1'
|
||||
# - name: Install cosign
|
||||
# if: github.event_name != 'pull_request'
|
||||
# uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
|
||||
# with:
|
||||
# cosign-release: 'v1.13.1'
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
#context: .
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
#tags: git.nicktrimborn.de/nick/tasmota-power-exporter/tasmota-power-exporter:latest
|
||||
|
|
Loading…
Reference in New Issue