Forgot to reactivare docker builds
This commit is contained in:
parent
e4c5f84c00
commit
dec88d0641
1 changed files with 15 additions and 15 deletions
30
.github/workflows/build-and-publish.yaml
vendored
30
.github/workflows/build-and-publish.yaml
vendored
|
@ -112,18 +112,18 @@ jobs:
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
# - 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
|
||||||
# with:
|
with:
|
||||||
# context: .
|
context: .
|
||||||
# file: ./resources/docker/Dockerfile
|
file: ./resources/docker/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
|
- name: Generate artifact attestation
|
||||||
# uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
# with:
|
with:
|
||||||
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
||||||
# subject-digest: ${{ steps.push.outputs.digest }}
|
subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
# push-to-registry: true
|
push-to-registry: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue