Skip to content

Commit

Permalink
ensured to push on ghcr.io ✈️
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Nov 17, 2023
1 parent 369f1ee commit 0190fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-user-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ jobs:
- name: push docker-image
shell: bash -l {0}
run: |
docker push karabo-pipeline --all-tags
docker logout docker.io
docker push ${{ env.REGISTRY }}/${{ github.actor }}/karabo-pipeline --all-tags
echo $(df -h)
- name: Build and export to Docker
Expand Down

0 comments on commit 0190fa5

Please sign in to comment.