Skip to content

Commit

Permalink
use ghcr.io in nginx dockerfile and docker-compose prod environment
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Nov 21, 2021
1 parent e49a093 commit 9a03a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-production.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
nginx:
build: nginx_docker
image: docker.pkg.github.com/hasadna/anyway/nginx:latest
image: ghcr.io/hasadna/anyway/nginx:latest
depends_on:
- anyway
ports:
Expand Down
2 changes: 1 addition & 1 deletion nginx_docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.pkg.github.com/hasadna/anyway/anyway:latest AS builder
FROM ghcr.io/hasadna/anyway/anyway:latest AS builder
RUN flask assets build

FROM nginx:stable
Expand Down

0 comments on commit 9a03a4d

Please sign in to comment.