Skip to content

Commit

Permalink
build aptos mainnet release 1.16.3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jachen-sh authored Jul 23, 2024
1 parent 17b5c1a commit cc44cca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ on:
- main

env:
APTOS_GIT_REVISION: aptos-node-v1.10.1
APTOS_GIT_REVISION: aptos-node-v1.16.3

concurrency: docker

jobs:
build_push:
permissions:
contents: read
packages: write
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -61,6 +64,9 @@ jobs:
PLATFORM: ${{ matrix.platform }}

manifest:
permissions:
contents: read
packages: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cc44cca

Please sign in to comment.