Browse Source

enable ghcr.io

Yuki Takei 3 years ago
parent
commit
02514fadda

+ 1 - 2
.github/workflows/reusable-app-build-image.yml

@@ -60,8 +60,7 @@ jobs:
 
     strategy:
       matrix:
-        # registry: [docker.io, ghcr.io]
-        registry: [docker.io]
+        registry: [docker.io, ghcr.io]
 
     steps:
     - uses: actions/checkout@v3

+ 1 - 1
packages/app/docker/codebuild/buildspec.yml

@@ -29,7 +29,7 @@ phases:
   post_build:
     commands:
       - docker push $TAG
-      # - docker push $TAG_GHCR
+      - docker push $TAG_GHCR
 
 cache:
   paths: