Skip to content

Commit

Permalink
Testing root repo chart
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
  • Loading branch information
tylerauerbeck committed Jan 20, 2023
1 parent af6390d commit 1da6559
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@ jobs:
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.SUPER_SECRET_TOKEN }}
charts_dir: chart
charts_dir: .
charts_url: "https://auerbecklabs.github.io/charts"
repository: "charts"
branch: main

image-build:
runs-on: ubuntu-latest
permissions:
packages: write

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Registry Login
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Metadata
id: metadata
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=tag
- name: Build+Push
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: ${{ steps.metadata.outputs.tags }}
# image-build:
# runs-on: ubuntu-latest
# permissions:
# packages: write
#
# steps:
# - name: Checkout
# uses: actions/checkout@v3
#
# - name: Registry Login
# uses: docker/login-action@v2
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
#
# - name: Docker Metadata
# id: metadata
# uses: docker/metadata-action@v4
# with:
# images: |
# ghcr.io/${{ github.repository }}
# tags: |
# type=ref,event=tag
#
# - name: Build+Push
# uses: docker/build-push-action@v3
# with:
# context: .
# push: true
# 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.
File renamed without changes.
File renamed without changes.

0 comments on commit 1da6559

Please sign in to comment.