Skip to content

Commit

Permalink
fix(action): Move environment varibales to build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-oliviert committed Nov 18, 2024
1 parent f4c32a5 commit 96687a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ jobs:
- name: Controller
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
env:
PROVIDER_VERSION: ${{needs.version.outputs.version}}
with:
file: ${{ github.workspace }}/Dockerfile.controller
context: .
target: controller
push: true
build-args: |
PROVIDER_VERSION=${{needs.version.outputs.version}}
tags: |
${{ env.REGISTRY }}/${{github.repository}}:latest
${{ env.REGISTRY }}/${{github.repository}}:${{needs.version.outputs.tag}}
Expand Down

0 comments on commit 96687a8

Please sign in to comment.