mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
chore: update Docker build action to v6 and modify image tagging format
This commit is contained in:
parent
92cddf8b12
commit
aa5926a606
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push Docker images
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
@ -44,4 +44,4 @@ jobs:
|
||||
windows/arm64,
|
||||
darwin/amd64,
|
||||
darwin/arm64
|
||||
tags: sunbk201/ua3f:${{ github.ref }}
|
||||
tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ github.ref_name }}
|
||||
Loading…
Reference in New Issue
Block a user