Skip to content

Commit

Permalink
github workflow: rename parameter to build_args
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Piccoli <[email protected]>
  • Loading branch information
rccrdpccl committed Jun 27, 2024
1 parent d05f395 commit 13a5fa8
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 @@ -37,7 +37,7 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
tags: "${{ secrets.REGISTRY_SERVER }}/${{ secrets.REGISTRY_NAMESPACE }}/${{ env.controlplane_image_name }}:${{env.VERSION}}, ${{ secrets.REGISTRY_SERVER }}/${{ secrets.REGISTRY_NAMESPACE }}/${{ env.controlplane_image_name }}:latest"
build-args: "PROVIDER=bootstrap"
build_args: "PROVIDER=bootstrap"
- name: Build and publish bootstrap image to Quay
uses: docker/build-push-action@v1
with:
Expand All @@ -46,7 +46,7 @@ jobs:
repository: ${{ secrets.REGISTRY_NAMESPACE }}/${{ env.controlplane_image_name }}
password: ${{ secrets.REGISTRY_PASSWORD }}
tags: "${{ secrets.REGISTRY_SERVER }}/${{ secrets.REGISTRY_NAMESPACE }}/${{ env.controlplane_image_name }}:${{env.VERSION}}, ${{ secrets.REGISTRY_SERVER }}/${{ secrets.REGISTRY_NAMESPACE }}/${{ env.controlplane_image_name }}:latest"
build-args: "PROVIDER=controlplane"
build_args: "PROVIDER=controlplane"
- name: Create GitHub Release
uses: softprops/[email protected]
with:
Expand Down

0 comments on commit 13a5fa8

Please sign in to comment.