Update .forgejo/workflows/publish.yml
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 22s
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 22s
This commit is contained in:
parent
cacd649e94
commit
f4337f838b
1 changed files with 2 additions and 8 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||||
with:
|
with:
|
||||||
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}/forgejo
|
images: git.vault48.org/${{ env.GITHUB_REPOSITORY }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
@ -37,10 +37,4 @@ jobs:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
# - name: Generate artifact attestation
|
|
||||||
# uses: actions/attest-build-provenance@v1
|
|
||||||
# with:
|
|
||||||
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
|
||||||
# subject-digest: ${{ steps.push.outputs.digest }}
|
|
||||||
# push-to-registry: true
|
|
Loading…
Add table
Add a link
Reference in a new issue