Skip to content

Commit

Permalink
chore(deps): update noelware/docker-manifest-action action to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2024
1 parent 3e569e6 commit 2b0707d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Create and push manifest images (latest)
uses: Noelware/docker-manifest-action@0.4.0
uses: Noelware/docker-manifest-action@0.4.2
with:
images: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest-amd64,ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest-arm64
inputs: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
push: true

- name: Create and push manifest images (version)
uses: Noelware/docker-manifest-action@0.4.0
uses: Noelware/docker-manifest-action@0.4.2
with:
images: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ needs.bump-version.outputs.version }}-amd64,ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ needs.bump-version.outputs.version }}-arm64
inputs: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ needs.bump-version.outputs.version }}
Expand Down

0 comments on commit 2b0707d

Please sign in to comment.