Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update noelware/docker-manifest-action action to v0.4.2 #464

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,23 +560,23 @@ jobs:
password: ${{ env.DOCKER_PASSWORD }}

- name: Merge chain-rpc images
uses: Noelware/docker-manifest-action@0.4.0
uses: Noelware/docker-manifest-action@0.4.2
with:
inputs: ${{ needs.chain-rpc.outputs.chain-rpc-image }}
images: ${{ needs.chain-rpc.outputs.chain-rpc-image }}-amd64,${{ needs.chain-rpc.outputs.chain-rpc-image }}-arm64
push: true
amend: true

- name: Merge chain-deploy-script images
uses: Noelware/docker-manifest-action@0.4.0
uses: Noelware/docker-manifest-action@0.4.2
with:
inputs: ${{ needs.chain-rpc.outputs.chain-deploy-script-image }}
images: ${{ needs.chain-rpc.outputs.chain-deploy-script-image }}-amd64,${{ needs.chain-rpc.outputs.chain-deploy-script-image }}-arm64
push: true
amend: true

- name: Merge subgraph-deploy-script images
uses: Noelware/docker-manifest-action@0.4.0
uses: Noelware/docker-manifest-action@0.4.2
with:
inputs: ${{ needs.subgraph.outputs.subgraph-deploy-script-image }}
images: ${{ needs.subgraph.outputs.subgraph-deploy-script-image }}-amd64,${{ needs.subgraph.outputs.subgraph-deploy-script-image }}-arm64
Expand Down
Loading