Skip to content

Commit 6f6d1ab

Browse files
committed
set docker repo name and add tag arg for build
1 parent 478b8da commit 6f6d1ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defaults:
2222
## Define which docker arch to build for
2323
env:
2424
docker_platforms: "linux/arm64, linux/arm/v7, linux/amd64, linux/amd64/v2, linux/amd64/v3"
25-
docker-org: ${{ github.repository_owner }}
25+
docker-org: blockstack
2626

2727
concurrency:
2828
group: docker-image-binary-${{ github.head_ref || github.ref || github.run_id }}
@@ -85,6 +85,7 @@ jobs:
8585
tags: ${{ steps.docker_metadata.outputs.tags }}
8686
labels: ${{ steps.docker_metadata.outputs.labels }}
8787
build-args: |
88+
TAG=${{ inputs.tag }}
8889
REPO=${{ github.repository_owner }}/${{ github.event.repository.name }}
8990
STACKS_NODE_VERSION=${{ inputs.tag || env.GITHUB_SHA_SHORT }}
9091
GIT_BRANCH=${{ env.GITHUB_REF_SHORT }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
## Define which docker arch to build for
1414
env:
1515
docker_platforms: linux/amd64
16-
docker-org: ${{ github.repository_owner }}
16+
docker-org: blockstack
1717

1818
concurrency:
1919
group: docker-image-source-${{ github.head_ref || github.ref || github.run_id }}

0 commit comments

Comments
 (0)