Skip to content

Commit

Permalink
hardcode the dockerhub org (stacks-network#3741)
Browse files Browse the repository at this point in the history
* hardcode the dockerhub org

* rename base image to stacks-blockchain from stacks-node
  • Loading branch information
wileyj authored and fess-v committed Sep 10, 2023
1 parent 2f4a5b3 commit 6a13399
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM stacks-node:integrations AS test
FROM stacks-blockchain:integrations AS test

ARG test_name
ENV BITCOIND_TEST 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-alpine-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ github.repository }}
blockstack/${{ github.event.repository.name }}
tags: |
type=raw,value=latest,enable=${{ inputs.tag != '' && (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) )}}
type=raw,value=${{ inputs.tag }},enable=${{ inputs.tag != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-debian-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ github.repository }}
blockstack/${{ github.event.repository.name }}
tags: |
type=raw,value=latest-${{ inputs.linux_version }},enable=${{ inputs.tag != '' && (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) )}}
type=raw,value=${{ inputs.tag }}-${{ inputs.linux_version }},enable=${{ inputs.tag != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-debian-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ github.repository }}
blockstack/${{ github.event.repository.name }}
tags: |
type=raw,value=${{ env.BRANCH_NAME }}
type=ref,event=pr
Expand Down

0 comments on commit 6a13399

Please sign in to comment.