Skip to content

Commit

Permalink
Update docker images tags to branch names (MystenLabs#16663)
Browse files Browse the repository at this point in the history
## Description 
Update docker images tags to branch names

## Test Plan 
Depends on MystenLabs/sui-operations#3384
landing first
  • Loading branch information
ebmifa authored Mar 15, 2024
1 parent 8512d0d commit 8357071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository: MystenLabs/sui-operations
token: ${{ secrets.DOCKER_BINARY_BUILDS_DISPATCH }}
event-type: build-docker-images
client-payload: '{"sui_commit": "${{ github.sha }}"}'
client-payload: '{"sui_commit": "${{ github.sha }}", "docker_hub_tag": "${{ github.ref }}"}'

release-binaries:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8357071

Please sign in to comment.