Skip to content

Copy images to dockerhub nightly #49

Copy images to dockerhub nightly

Copy images to dockerhub nightly #49

name: Copy images to dockerhub nightly
on:
schedule:
# 9am PST (16:00 UTC).
- cron: "0 16 * * *"
permissions:
contents: read
id-token: write #required for GCP Workload Identity federation
jobs:
copy-images-to-dockerhub:
if: github.repository == 'aptos-labs/aptos-core'
uses: ./.github/workflows/copy-images-to-dockerhub.yaml
with:
image_tag_prefix: nightly
secrets: inherit