Skip to content

Commit

Permalink
Update sample-signing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zazathomas authored Jul 15, 2024
1 parent 7d39644 commit 1fad159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample-signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Login to Docker
run: echo ${{secrets.DOCKER_TOKEN}} | docker login -u ${{secrets.DOCKER_USER}} --password-stdin
- name: Tag image
run: docker tag sample-image:1.0.0 ${{env.IMAGE}
run: docker tag sample-image:1.0.0 ${{env.IMAGE}}
- name: Push to Docker
run: docker push ${{env.IMAGE}}
- name: Retrieve image digest
Expand Down

0 comments on commit 1fad159

Please sign in to comment.