From aa5926a606692a16fff9cd151274e6903a0f6c3e Mon Sep 17 00:00:00 2001 From: sunbk201 Date: Thu, 14 Nov 2024 00:37:54 +0800 Subject: [PATCH] chore: update Docker build action to v6 and modify image tagging format --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bbf0af0..8cebb4c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} \ No newline at end of file + tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ github.ref_name }} \ No newline at end of file