Skip to content

Commit

Permalink
Update build-deploy-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia authored May 9, 2024
1 parent e6da276 commit b634b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
push: true
tags: bigcapitalhq/webapp:latest, bigcapitalhq/webapp:${{github.ref_name}}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=bigcapitalhq/webapp,name-canonical=true,push=true
outputs: type=image,name=bigcapitalhq/webapp,push-by-digest=true,name-canonical=true,push=true

- name: Export digest
run: |
Expand Down

0 comments on commit b634b3d

Please sign in to comment.