Skip to content

Commit

Permalink
Fix GitHub Actions syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 1, 2024
1 parent bd1932a commit f56d832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: get-ubuntu-versions
strategy:
matrix:
version: ${{ fromJSON(needs.get-ubuntu-versions.outputs.versions }}
version: ${{ fromJSON(needs.get-ubuntu-versions.outputs.versions) }}
env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ github.token }}
Expand Down

0 comments on commit f56d832

Please sign in to comment.