There was an error while loading. Please reload this page.
1 parent 2cfe874 commit ed02ce1Copy full SHA for ed02ce1
.github/workflows/ecr.yaml
@@ -9,7 +9,7 @@ env:
9
AWS_DEFAULT_REGION: us-west-1
10
AWS_ACCOUNT_ID: 144594246572
11
IMAGE_NAME: ordinex/bitcoind
12
- IMAGE_TAG: ${{ github.sha }}
+ IMAGE_TAG: ${{ github.sha | slice(0, 8) }}
13
14
jobs:
15
build-and-push:
0 commit comments