Skip to content

Commit

Permalink
fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Aug 28, 2024
1 parent c2811fc commit b9bfee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
echo "::set-output name=matrix::$(cat matrix.json)"
build:
uses: mirceanton/reusable-workflows/.github/workflows/docker-release.yaml@main
needs: generate-matrix
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
uses: mirceanton/reusable-workflows/.github/workflows/docker-release.yaml@main
secrets: inherit
with:
image-name: ${{ matrix.image_name }}
platforms: linux/amd64, linux/arm64
Expand Down

0 comments on commit b9bfee4

Please sign in to comment.