fix: remove provenance images

This commit is contained in:
nisan 2024-08-01 22:28:42 +03:00
parent c29a57d54d
commit 8efcc9df4b

View File

@ -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