Compare commits

..

2 Commits

Author SHA1 Message Date
3943137b75 BLOG-36 fix: let buildx push without provenance
All checks were successful
Frontend CI / build (push) Successful in 1m52s
PR Title Check / pr-title-check (pull_request) Successful in 12s
2025-01-28 03:28:09 +08:00
4c0f154e0f BLOG-36 feat: rename the job 2025-01-28 03:27:53 +08:00

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image and push to registry
- name: Login to registry
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY }}
@ -28,6 +28,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
provenance: false
context: ./frontend
tags: |
${{ vars.REGISTRY }}/${{ vars.IMAGE_REPO_FRONTEND }}:latest