Skip to content

Commit

Permalink
specify default context in patch.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ashnamehrotra <[email protected]>
  • Loading branch information
ashnamehrotra committed Feb 14, 2024
1 parent f26cc30 commit fa5e4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
if: steps.login.conclusion == 'success'
run: |
# retag if needed
docker tag ${{ steps.copa.outputs.patched-image }} ghcr.io/project-copacetic/copa-action/test/${{ steps.copa.outputs.patched-image }}
docker push ghcr.io/project-copacetic/copa-action/test/${{ steps.copa.outputs.patched-image }}
docker -c "default" tag ${{ steps.copa.outputs.patched-image }} ghcr.io/project-copacetic/copa-action/test/${{ steps.copa.outputs.patched-image }}
docker -c "default" push ghcr.io/project-copacetic/copa-action/test/${{ steps.copa.outputs.patched-image }}

0 comments on commit fa5e4dd

Please sign in to comment.