Skip to content

Commit

Permalink
ci(docker.yml): update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Jan 8, 2024
1 parent dac2ce1 commit 4905063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages: write
steps:
- name: Compute image tag name
run: echo "IMAGE_TAG=$(echo $GITHUB_REF_NAME | cut -c 2-)" >> $GITHUB_ENV
run: echo "IMAGE_TAG=$(echo $GITHUB_REF_NAME)" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v3
- name: Set up QEMU
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386
push: true
tags: |
ghcr.io/NekoWheel/NekoBox:${{ env.IMAGE_TAG }}
ghcr.io/NekoWheel/nekobox:${{ env.IMAGE_TAG }}

0 comments on commit 4905063

Please sign in to comment.