Fix step name (Docker Hub -> GitHub Container Registry)

This commit is contained in:
Laica Lunasys 2023-04-09 18:35:53 +09:00
parent e2d0fbb859
commit 242b8910f7
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: ghcr.io/misskeyio/misskey images: ghcr.io/misskeyio/misskey
- name: Log in to Docker Hub - name: Log in to GitHub Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
@ -37,7 +37,7 @@ jobs:
- name: Prepare image tags - name: Prepare image tags
run: | run: |
echo "FORMATTED_BRANCH_NAME=$(echo ${{ github.ref_name }} | sed -e 's/\//-/g' )" >> $GITHUB_ENV echo "FORMATTED_BRANCH_NAME=$(echo ${{ github.ref_name }} | sed -e 's/\//-/g' )" >> $GITHUB_ENV
- name: Build and Push to Docker Hub - name: Build and Push to GitHub Container Registry
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}