Skip to content

Commit

Permalink
Fix golang_cross env var
Browse files Browse the repository at this point in the history
  • Loading branch information
asutosh committed Apr 16, 2024
1 parent b632e8a commit 773bb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
labels: ${{ steps.set-metadata.outputs.labels }}
tags: ${{ steps.set-metadata.outputs.tags }}
build-args: |
GOLANG_CROSS=tykio/golang-cross:${{ env.GOLANG_CROSS }}
GOLANG_CROSS=${{ env.GOLANG_CROSS }}

0 comments on commit 773bb20

Please sign in to comment.