chore: update Docker image tags in release workflow to use specific repository name

This commit is contained in:
sunbk201 2024-11-14 01:03:33 +08:00
parent d5c117600d
commit afa5097436

View File

@ -46,7 +46,7 @@ jobs:
windows/arm64,
darwin/amd64,
darwin/arm64
tags: ${{ github.repository }}:latest
tags: sunbk201/ua3f:latest
- name: Build and push Docker images with Release tag
uses: docker/build-push-action@v6
@ -66,4 +66,4 @@ jobs:
windows/arm64,
darwin/amd64,
darwin/arm64
tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ github.ref_name }}
tags: sunbk201/ua3f:latest, sunbk201/ua3f:${{ github.ref_name }}