Skip to content

Commit 60b40a8

Browse files
authored
chore: repository name change (#2)
* chore: repository name change * fix: build stage * fix: last line
1 parent edfcd1b commit 60b40a8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
run: pnpm run test
5454

5555
- name: Build
56-
run: pnpm run build
56+
run: pnpm run build

.github/workflows/docker-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
username: ${{ secrets.DOCKER_USER }}
7777
password: ${{ secrets.DOCKER_PASSWORD }}
7878

79-
- name: Build ${{ matrix.package }}
79+
- name: Build ${{ env.APP_NAME }}
8080
uses: docker/build-push-action@v6
8181
with:
8282
context: .
8383
file: docker/${{ env.APP_NAME }}/Dockerfile
8484
push: true
8585
build-args: |
8686
APP_VERSION=${{ env.APP_VERSION }}
87-
tags: ${{ secrets.DOCKER_REGISTRY }}/${{ github.repository }}/${{ env.APP_NAME }}:${{ env.APP_VERSION }}
87+
tags: ${{ secrets.DOCKER_REGISTRY }}/roll-stack/${{ env.APP_NAME }}:${{ env.APP_VERSION }}

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ jobs:
8787
username: ${{ secrets.DOCKER_USER }}
8888
password: ${{ secrets.DOCKER_PASSWORD }}
8989

90-
- name: Build ${{ matrix.package }}
90+
- name: Build ${{ env.APP_NAME }}
9191
uses: docker/build-push-action@v6
9292
with:
9393
context: .
9494
file: docker/${{ env.APP_NAME }}/Dockerfile
9595
push: true
9696
build-args: |
9797
APP_VERSION=${{ env.APP_VERSION }}
98-
tags: ${{ secrets.DOCKER_REGISTRY }}/${{ github.repository }}/${{ env.APP_NAME }}:latest,${{ secrets.DOCKER_REGISTRY }}/${{ github.repository }}/${{ env.APP_NAME }}:${{ env.APP_VERSION }}
98+
tags: ${{ secrets.DOCKER_REGISTRY }}/roll-stack/${{ env.APP_NAME }}:latest,${{ secrets.DOCKER_REGISTRY }}/roll-stack/${{ env.APP_NAME }}:${{ env.APP_VERSION }}

0 commit comments

Comments
 (0)