Skip to content

Commit

Permalink
fix: build args
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinLoeper committed Jun 4, 2021
1 parent ad06761 commit d996707
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build container
name: build-container
on:
push:
paths:
Expand Down Expand Up @@ -36,5 +36,4 @@ jobs:
push: true
tags: ghcr.io/${{ github.repository_owner }}/lpt-proxy-dev:latest,ghcr.io/${{ github.repository_owner }}/lpt-proxy-dev:${{ env.TOOLCHAIN_RELEASE }}
context: .devcontainer
build-args:
TOOLCHAIN_RELEASE: ${{ env.TOOLCHAIN_RELEASE }}
build-args: TOOLCHAIN_RELEASE=${{ env.TOOLCHAIN_RELEASE }}

0 comments on commit d996707

Please sign in to comment.