mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
chore: update Docker image tags in release workflow to use specific repository name
This commit is contained in:
parent
2fb0b0e39a
commit
ca45a4547e
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -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 }}
|
||||||
Loading…
Reference in New Issue
Block a user