Skip to content

[release] reset release.yaml for 1.10.1 and configure gas schedule up… #1

[release] reset release.yaml for 1.10.1 and configure gas schedule up…

[release] reset release.yaml for 1.10.1 and configure gas schedule up… #1

name: Copy images to dockerhub on release
on:
push:
branches:
# aptos-node network-specific release branches
- devnet
- testnet
- mainnet
# preview branches
- preview
# aptos-indexer-grpc network-specific release branches
- aptos-indexer-grpc-devnet
- aptos-indexer-grpc-testnet
- aptos-indexer-grpc-mainnet
tags:
- aptos-node-v*
- aptos-indexer-grpc-v*
permissions:
contents: read
id-token: write #required for GCP Workload Identity federation
jobs:
copy-images-to-docker-hub:
uses: ./.github/workflows/copy-images-to-dockerhub.yaml
with:
image_tag_prefix: ${{ github.ref_name }}
secrets: inherit