fix: remove provenance images
This commit is contained in:
parent
c29a57d54d
commit
8efcc9df4b
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -22,11 +22,12 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build and push api
|
- name: Build and push api
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNTIME_TOKEN: ''
|
ACTIONS_RUNTIME_TOKEN: ''
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
provenance: false
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.lovepin.app/nisan/avatars:latest
|
tags: git.lovepin.app/nisan/avatars:latest
|
||||||
Loading…
Reference in New Issue
Block a user