Skip to content

Commit

Permalink
removes docker artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Dec 3, 2024
1 parent adab6ab commit 6844109
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
release:
types: [published]

env:
REGISTRY: docker.io
IMAGE_NAME: tholzheim/wbmigrator

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down Expand Up @@ -37,11 +41,4 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ steps.meta.outputs.tags }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6844109

Please sign in to comment.