Skip to content

Commit

Permalink
chore: update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed May 17, 2024
1 parent 0386d7e commit 44b4672
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4
- uses: googleapis/release-please-action@v4
id: release
with:
command: manifest
token: ${{ secrets.PAT }}
default-branch: main

release-charts:
needs: release-please
Expand Down Expand Up @@ -80,7 +78,7 @@ jobs:
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
with:
registry: "quay.io"
username: tgillson
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Build Docker Image
Expand Down Expand Up @@ -108,4 +106,4 @@ jobs:
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
with:
tag_name: ${{ needs.release-please.outputs.tag_name }}
files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json
files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json

0 comments on commit 44b4672

Please sign in to comment.