Skip to content

Commit

Permalink
Changing to my own registry
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 3, 2023
1 parent 8fd8332 commit 7555e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Build
run: docker-compose build
- name: Tag
run: docker tag docker.io/library/demo-blacklight_web ghcr.io/crkn-rcdr/demo-blacklight_web:latest
run: docker tag docker.io/library/demo-blacklight_web ghcr.io/brittnylapierre/demo-blacklight_web:latest
- name: Push
run: docker push ghcr.io/crkn-rcdr/demo-blacklight_web:latest
run: docker push ghcr.io/brittnylapierre/demo-blacklight_web:latest

0 comments on commit 7555e50

Please sign in to comment.