Skip to content

Commit 049db7e

Browse files
committed
Add new docker tag to address repo name change
1 parent 2547ddc commit 049db7e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: docker/metadata-action@v4
5656
with:
5757
images: |
58+
blockstack/stacks-blockchain
5859
blockstack/${{ github.event.repository.name }}
5960
tags: |
6061
type=raw,value=latest,enable=${{ inputs.tag != '' && (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) )}}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: docker/metadata-action@v4
6868
with:
6969
images: |
70+
blockstack/stacks-blockchain
7071
blockstack/${{ github.event.repository.name }}
7172
tags: |
7273
type=raw,value=latest-${{ inputs.linux_version }},enable=${{ inputs.tag != '' && (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) )}}

.github/workflows/image-build-debian-source.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: docker/metadata-action@v4
6767
with:
6868
images: |
69+
blockstack/stacks-blockchain
6970
blockstack/${{ github.event.repository.name }}
7071
tags: |
7172
type=raw,value=${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)