Skip to content

Commit

Permalink
Merge pull request #2 from OKDP/release
Browse files Browse the repository at this point in the history
chore: release 1.0.0
  • Loading branch information
idirze authored Jul 16, 2024
2 parents 5919508 + f9035d5 commit 501071e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Get latest GitHub Release tag name 📥
id: latest-image-tag
uses: okdp/gh-workflows/.github/actions/latest-image-tag@main
uses: okdp/gh-workflows/.github/actions/latest-image-tag@v1

docker-image-publish:
needs: [latest-image-tag]
Expand All @@ -63,10 +63,10 @@ jobs:

### Common steps between CI and Publish
- name: Free up disk space 📦
uses: okdp/gh-workflows/.github/actions/free-disk-space@main
uses: okdp/gh-workflows/.github/actions/free-disk-space@v1

- name: Set up QEMU and Docker Buildx 📦
uses: okdp/gh-workflows/.github/actions/setup-buildx@main
uses: okdp/gh-workflows/.github/actions/setup-buildx@v1

- name: Set up container registry 📦
id: registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-docker-release-please-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
helm-chart-publish:
if: inputs.package_type == 'helm'
name: "Helm publish (${{ inputs.package }}-${{ inputs.version }})"
uses: okdp/gh-workflows/.github/workflows/helm-publish-template.yml@main
uses: okdp/gh-workflows/.github/workflows/helm-publish-template.yml@v1
with:
path: ${{ inputs.path }}
chart_name: ${{ inputs.package }}
Expand All @@ -56,7 +56,7 @@ jobs:
docker-publish:
if: inputs.package_type == 'docker'
name: "Docker publish (${{ inputs.package }}-${{ inputs.version }})"
uses: okdp/gh-workflows/.github/workflows/docker-publish-template.yml@main
uses: okdp/gh-workflows/.github/workflows/docker-publish-template.yml@v1
secrets: inherit


2 changes: 1 addition & 1 deletion .github/workflows/helm-docker-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
release: ${{ fromJson(needs.release-please.outputs.github_releases) }}
fail-fast: false
uses: okdp/gh-workflows/.github/workflows/helm-docker-release-please-template.yml@main
uses: okdp/gh-workflows/.github/workflows/helm-docker-release-please-template.yml@v1
with:
path: ${{ matrix.release.path }}
package: ${{ matrix.release.package }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/helm-lint-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ jobs:

- name: Free up disk space 🧹
if: steps.list-changed.outputs.changed == 'true'
uses: okdp/gh-workflows/.github/actions/free-disk-space@main
uses: okdp/gh-workflows/.github/actions/free-disk-space@v1

- name: Set up kind cluster ✅
if: steps.list-changed.outputs.changed == 'true'
uses: okdp/gh-workflows/.github/actions/setup-kind@main
uses: okdp/gh-workflows/.github/actions/setup-kind@v1

- name: Run chart-testing (install) ✅
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config .ct.yml --print-config

- name: Install helm-docs
uses: okdp/gh-workflows/.github/actions/helm-docs@main
uses: okdp/gh-workflows/.github/actions/helm-docs@v1

- name: Generate helm docs
run: |
Expand Down

0 comments on commit 501071e

Please sign in to comment.