Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jul 3, 2024
1 parent 56a8fc6 commit ebba635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
build:
name: Build and Push
runs-on: ubuntu-latest
needs: test
needs: [test, generate-matrix]
strategy:
matrix:
include: ${{ fromJson(needs.matrix.outputs.matrix) }}
include: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit ebba635

Please sign in to comment.