Skip to content

Commit

Permalink
remove changes to release_docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Nov 17, 2024
1 parent 2e6f9a9 commit 3964829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
ssh: default
context: .
file: docker/iota-node/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-node.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
ssh: default
context: .
file: docker/iota-indexer/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-indexer.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
ssh: default
context: .
file: docker/iota-tools/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-tools.outputs.tags }}
push: true
pull: true
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
ssh: default
context: .
file: docker/iota-graphql-rpc/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta-tools.outputs.tags }}
push: true
pull: true
Expand Down

0 comments on commit 3964829

Please sign in to comment.