Skip to content

Commit 98f6386

Browse files
wileyjCharlieC3
andcommitted
Update docker image name
Co-authored-by: Charlie <[email protected]>
1 parent 2af76d9 commit 98f6386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
images: |
6868
${{env.docker-org}}/${{ github.event.repository.name }}
69-
${{env.docker-org}}/stacks-core
69+
${{env.docker-org}}/stacks-blockchain
7070
tags: |
7171
type=raw,value=latest,enable=${{ inputs.tag != '' && (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) ) && matrix.dist == 'alpine' }}
7272
type=raw,value=${{ inputs.tag }}-${{ matrix.dist }},enable=${{ inputs.tag != '' && matrix.dist == 'alpine'}}

0 commit comments

Comments
 (0)