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 2fb0b0e39a
commit ca45a4547e

View File

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