Skip to content

Commit

Permalink
feat(sikalabs-landing): Move image to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed May 13, 2024
1 parent a0e7975 commit 8d87638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sites20/sites/sikalabs-landing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM nginx
LABEL org.opencontainers.image.source=https://github.com/ondrejsika/www
COPY ./out/* /usr/share/nginx/html
2 changes: 1 addition & 1 deletion sites20/sites/sikalabs-landing/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE = ghcr.io/sikalabs/sikalabs-landing
IMAGE = ghcr.io/ondrejsika/sikalabs-landing

default: build-and-push

Expand Down

0 comments on commit 8d87638

Please sign in to comment.