Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
abystrov committed Jan 9, 2024
1 parent e901f31 commit f4a23ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ jobs:
build-args: |
BUILD_SHA=${{ steps.extract_info.outputs.head }}
BUILD_VERSION=latest
private_repo=github.com/AccessibleAI/cnvrg-shim
git_auth=${{ secrets.CNVRG_RUNNER_AUTH }}
- name: Build and push tagged image
id: docker_build_tag
Expand Down Expand Up @@ -121,6 +119,8 @@ jobs:
build-args: |
BUILD_SHA=${{ steps.extract_info.outputs.head }}
BUILD_VERSION=${{ steps.tag_bump.outputs.new_tag }}
private_repo=github.com/AccessibleAI/cnvrg-shim
git_auth=${{ secrets.CNVRG_RUNNER_AUTH }}
- name: Generate Cnvrg Changelog
uses: AccessibleAI/[email protected]
Expand Down

0 comments on commit f4a23ed

Please sign in to comment.