Compare commits

...

2 Commits

Author SHA1 Message Date
Dimitrios Vasilas c5d9cfa5ab provenance was added in v3.3.3 2023-01-27 11:40:27 -05:00
Dimitrios Vasilas 754cab0302 add provenance: false 2023-01-27 10:22:23 -05:00
1 changed files with 2 additions and 1 deletions

View File

@ -143,10 +143,11 @@ jobs:
username: ${{ secrets.REGISTRY_LOGIN }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push cloudserver image
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v3
with:
push: true
context: .
provenance: false
tags: |
ghcr.io/${{ github.repository }}/cloudserver:${{ github.sha }}
registry.scality.com/cloudserver-dev/cloudserver:${{ github.sha }}