Skip to content

Commit 00a3270

Browse files
committed
fix name in workflow
1 parent a722fe4 commit 00a3270

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GOPATH: /home/runner/go
4444
run: |
4545
make build_all
46-
tar cvfz metadata.tar.gz srv*
46+
tar cvfz usermetadata.tar.gz srv*
4747
4848
- name: Set up QEMU
4949
uses: docker/setup-qemu-action@v3
@@ -58,7 +58,7 @@ jobs:
5858
# https://stackoverflow.com/questions/71000707/docker-get-started-warning-the-requested-images-platform-linux-arm64-v8-doe
5959
# https://github.com/docker/for-mac/issues/6356
6060
# https://docs.docker.com/build/ci/github-actions/multi-platform/
61-
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chesscomputing/metadata:${{ steps.branch_name.outputs.SOURCE_TAG }} .
61+
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chesscomputing/usermetadata:${{ steps.branch_name.outputs.SOURCE_TAG }} .
6262
6363
- name: Login to ghcr.io registry
6464
uses: docker/login-action@v1.6.0
@@ -73,8 +73,8 @@ jobs:
7373
push: true
7474
platforms: linux/amd64,linux/arm64
7575
tags: |
76-
ghcr.io/chesscomputing/metadata:latest
77-
ghcr.io/chesscomputing/metadata:${{ steps.branch_name.outputs.SOURCE_TAG }}
76+
ghcr.io/chesscomputing/usermetadata:latest
77+
ghcr.io/chesscomputing/usermetadata:${{ steps.branch_name.outputs.SOURCE_TAG }}
7878
7979
- name: "✏️ Generate release changelog"
8080
uses: heinrichreimer/action-github-changelog-generator@v2.3
@@ -100,7 +100,7 @@ jobs:
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101101
with:
102102
upload_url: ${{ steps.create_release.outputs.upload_url }}
103-
asset_path: ./metadata.tar.gz
104-
asset_name: metadata.tar.gz
103+
asset_path: ./usermetadata.tar.gz
104+
asset_name: usermetadata.tar.gz
105105
asset_content_type: application/octet-stream
106106

0 commit comments

Comments
 (0)