Skip to content

Commit

Permalink
without matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jan 21, 2024
1 parent af52de3 commit 3b487d1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
id: build-push
with:
context: .
platforms: linux/amd64,linux/arm64
Expand All @@ -47,17 +48,8 @@ jobs:
mtr.devops.telekom.de/caas/entsoe:latest
ghcr.io/caas-team/entsoe:latest
${{ steps.meta.outputs.tags }}
sign:
needs: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tags: ${{ needs.build.steps.meta.outputs.tags }}
steps:
- uses: actions/checkout@v2
- name: Sign Push
run: |
cosign sign --key env://COSIGN_KEY --tlog-upload=false ${{ matrix.tags }}
cosign sign --key env://COSIGN_KEY --tlog-upload=false ${{ steps.build-push.outputs.digest }}
env:
COSIGN_KEY: ${{secrets.COSIGN_KEY}}

0 comments on commit 3b487d1

Please sign in to comment.