Skip to content

Commit

Permalink
Update build-base-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi authored Oct 31, 2024
1 parent 3e959a0 commit 13b72bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
file: ./Dockerfile.runtime
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:${{ github.ref_name }}, ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:runtime
tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:runtime

- name: Build and push builder
uses: docker/build-push-action@v4
Expand All @@ -42,5 +42,5 @@ jobs:
file: ./Dockerfile.builder
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:${{ github.ref_name }}, ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:builder
tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:builder

0 comments on commit 13b72bf

Please sign in to comment.