Skip to content

Commit

Permalink
Update build_images.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Jun 26, 2024
1 parent b8da15c commit 062964d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/interlink/virtual-kubelet-inttw:latest
file: ./docker/Dockerfile.vk
platforms: linux/amd64, linux/arm64
build-args:
- VERSION=${{ env.RELEASE_VERSION }}
build-args: |
VERSION=${{ env.RELEASE_VERSION }}
- name: Build container base image interlink
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 062964d

Please sign in to comment.