Skip to content

[compiler-v2] Showcase fixes for several old issues (#15785) #579

[compiler-v2] Showcase fixes for several old issues (#15785)

[compiler-v2] Showcase fixes for several old issues (#15785) #579

name: Copy images to dockerhub on release
on:
push:
branches:
# aptos-node network-specific release branches
- devnet
- testnet
- mainnet
# preview branches
- preview
- preview-networking
# 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