Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Hrabovcin <[email protected]>
  • Loading branch information
SandhyaRavi2403 and mhrabovcin authored Oct 22, 2024
1 parent 611a311 commit 7942cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build and push container image
run: |
export REGISTRY=gchr.io/mesosphere
export VERSION=v2.7.0-ntnx.1
export VERSION=${{ github.ref_name }}
export DOCKER_CLI_EXPERIMENTAL=enabled
export OUTPUT_TYPE=docker
make build-and-push-container-linux-amd64

0 comments on commit 7942cc8

Please sign in to comment.