Skip to content

Commit

Permalink
fix: GH action env-var usage (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCricketeer authored Aug 1, 2023
1 parent 242e262 commit 14de177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: $BUILDX_PLATFORMS
platforms: ${{ env.BUILDX_PLATFORMS }}

# - name: Build & Push (ubuntu)
# run: make
Expand Down

0 comments on commit 14de177

Please sign in to comment.