Skip to content

Commit ed02ce1

Browse files
committed
Shorter tags
1 parent 2cfe874 commit ed02ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
AWS_DEFAULT_REGION: us-west-1
1010
AWS_ACCOUNT_ID: 144594246572
1111
IMAGE_NAME: ordinex/bitcoind
12-
IMAGE_TAG: ${{ github.sha }}
12+
IMAGE_TAG: ${{ github.sha | slice(0, 8) }}
1313

1414
jobs:
1515
build-and-push:

0 commit comments

Comments
 (0)