Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin committed Mar 15, 2024
1 parent ab8f22e commit 704609c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
push:
branches:
- main
- nhenin/sanchonet
tags:
- runtime@v*
- marlowe-runtime-web@v*
Expand Down Expand Up @@ -83,7 +82,7 @@ jobs:
echo TAG=$TAG
tagAndPush "marlowe-web-server"
else
export "TAG=latest"
export "TAG=${GITHUB_SHA::8}"
echo TAG=$TAG
tagAndPush "marlowe-chain-indexer"
tagAndPush "marlowe-chain-sync"
Expand Down

0 comments on commit 704609c

Please sign in to comment.