Skip to content

Commit 1da6559

Browse files
committed
Testing root repo chart
Signed-off-by: Tyler Auerbeck <[email protected]>
1 parent af6390d commit 1da6559

File tree

11 files changed

+32
-32
lines changed

11 files changed

+32
-32
lines changed

.github/workflows/release.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@ jobs:
1313
uses: stefanprodan/helm-gh-pages@master
1414
with:
1515
token: ${{ secrets.SUPER_SECRET_TOKEN }}
16-
charts_dir: chart
16+
charts_dir: .
1717
charts_url: "https://auerbecklabs.github.io/charts"
1818
repository: "charts"
1919
branch: main
2020

21-
image-build:
22-
runs-on: ubuntu-latest
23-
permissions:
24-
packages: write
25-
26-
steps:
27-
- name: Checkout
28-
uses: actions/checkout@v3
29-
30-
- name: Registry Login
31-
uses: docker/login-action@v2
32-
with:
33-
registry: ghcr.io
34-
username: ${{ github.actor }}
35-
password: ${{ secrets.GITHUB_TOKEN }}
36-
37-
- name: Docker Metadata
38-
id: metadata
39-
uses: docker/metadata-action@v4
40-
with:
41-
images: |
42-
ghcr.io/${{ github.repository }}
43-
tags: |
44-
type=ref,event=tag
45-
46-
- name: Build+Push
47-
uses: docker/build-push-action@v3
48-
with:
49-
context: .
50-
push: true
51-
tags: ${{ steps.metadata.outputs.tags }}
21+
# image-build:
22+
# runs-on: ubuntu-latest
23+
# permissions:
24+
# packages: write
25+
#
26+
# steps:
27+
# - name: Checkout
28+
# uses: actions/checkout@v3
29+
#
30+
# - name: Registry Login
31+
# uses: docker/login-action@v2
32+
# with:
33+
# registry: ghcr.io
34+
# username: ${{ github.actor }}
35+
# password: ${{ secrets.GITHUB_TOKEN }}
36+
#
37+
# - name: Docker Metadata
38+
# id: metadata
39+
# uses: docker/metadata-action@v4
40+
# with:
41+
# images: |
42+
# ghcr.io/${{ github.repository }}
43+
# tags: |
44+
# type=ref,event=tag
45+
#
46+
# - name: Build+Push
47+
# uses: docker/build-push-action@v3
48+
# with:
49+
# context: .
50+
# push: true
51+
# tags: ${{ steps.metadata.outputs.tags }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)