updated workflow
Docker Push / build (push) Failing after 28s Details

This commit is contained in:
Nick Trimborn 2023-07-20 10:59:04 +02:00
parent 4dc2220ed6
commit d0fd783e5f
1 changed files with 6 additions and 6 deletions

View File

@ -19,11 +19,11 @@ jobs:
# Install the cosign tool except on PR # Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer # https://github.com/sigstore/cosign-installer
- name: Install cosign # - name: Install cosign
if: github.event_name != 'pull_request' # if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 # uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
with: # with:
cosign-release: 'v1.13.1' # cosign-release: 'v1.13.1'
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v1 uses: docker/setup-qemu-action@v1
@ -55,7 +55,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
#context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
#tags: git.nicktrimborn.de/nick/tasmota-power-exporter/tasmota-power-exporter:latest #tags: git.nicktrimborn.de/nick/tasmota-power-exporter/tasmota-power-exporter:latest