Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchaVshortah committed Jun 1, 2024
1 parent 556b833 commit 7109186
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ on:
release:
types: [published]


env:
REGISTRY: hub.docker.com/r
IMAGE_NAME: ${{ github.repository }}

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down Expand Up @@ -59,8 +54,7 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-name: ${{ github.repository }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true


0 comments on commit 7109186

Please sign in to comment.