Skip to content

Commit

Permalink
updating push command
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Apr 26, 2024
1 parent f02c695 commit ba7b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push_slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Push (Quay only)
# if: ${{ inputs.USE_QUAY_ONLY }}
run: |
docker image push ${{ github.repository }}${{ env.IMAGE_TAG }}-slim
docker image push quay.io/cdis/${{ env.REPO_NAME }}:${{ env.IMAGE_TAG }}-slim
# Dump the report
- name: Report
Expand Down

0 comments on commit ba7b83e

Please sign in to comment.