Skip to content

Commit

Permalink
Use actions from chainguard organization (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Rodrigues <[email protected]>
  • Loading branch information
hpedrorodrigues and hpedrorodrigues authored Dec 19, 2024
1 parent eb2dff7 commit 86f79b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_shared_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
repository-path: ${{ github.workspace }}/${{ inputs.image }}/packages
archs: x86_64,aarch64
- name: Build image
uses: distroless/actions/apko-build@main
uses: chainguard-images/actions/apko-build@main
with:
config: ${{ inputs.image }}/${{ inputs.image }}.apko.yaml
tag: ghcr.io/${{ inputs.owner }}/${{ inputs.image }}:${{ inputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_shared_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
username: ${{ inputs.owner }}
password: ${{ secrets.dh_token }}
- name: Publish to Docker Hub
uses: hpedrorodrigues/chainguard-actions/apko-snapshot@dev
uses: chainguard-images/actions/apko-snapshot@main
with:
config: ${{ inputs.image }}/${{ inputs.image }}.apko.yaml
base-tag: docker.io/${{ inputs.owner }}/${{ inputs.image }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
echo "epoch=$(date -u +%s)" >> ${GITHUB_OUTPUT}
shell: sh
- name: Publish to GitHub Container Registry
uses: hpedrorodrigues/chainguard-actions/apko-snapshot@dev
uses: chainguard-images/actions/apko-snapshot@main
with:
config: ${{ inputs.image }}/${{ inputs.image }}.apko.yaml
base-tag: ghcr.io/${{ inputs.owner }}/${{ inputs.image }}
Expand Down

0 comments on commit 86f79b9

Please sign in to comment.