fix
This commit is contained in:
parent
f84c443f42
commit
b1f71fadac
@ -62,6 +62,10 @@ jobs:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
if: steps.check_image.outputs.exists == 'false'
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build, push, and generate SBOM and provenance
|
||||
if: steps.check_image.outputs.exists == 'false'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user