Skip to content

Commit d419fca

Browse files
chore: disable builder image generation (#40)
this is not mandatory and we are not sure we want to keep developing this. as the push is failing (as far as i could read due to org level permissioning) this commit removes the helmvm builder image build and publish job from the github action. we can enable it again in the future if we decide this is a goal we want to pursuit.
1 parent 5dd9823 commit d419fca

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release-prod.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,3 @@ jobs:
4141
prerelease: false
4242
files: |
4343
*.tgz
44-
- name: Set up Docker Buildx
45-
uses: docker/setup-buildx-action@v2
46-
- name: Login to GitHub Container Registry
47-
uses: docker/login-action@v2
48-
with:
49-
registry: ghcr.io
50-
username: ${{ github.actor }}
51-
password: ${{ secrets.GITHUB_TOKEN }}
52-
- name: Build and Publish HelmVM Builder Server image.
53-
uses: docker/build-push-action@v4
54-
with:
55-
context: .
56-
push: true
57-
tags: ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)