summaryrefslogtreecommitdiff
path: root/.github/workflows/update-base.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-base.yaml')
-rw-r--r--.github/workflows/update-base.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-base.yaml b/.github/workflows/update-base.yaml
index f043fab039..fa238c4803 100644
--- a/.github/workflows/update-base.yaml
+++ b/.github/workflows/update-base.yaml
@@ -27,13 +27,13 @@ jobs:
- name: Docker login
uses: docker/login-action@v2
with:
- registry: docker.pkg.github.com
+ registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image
id: base
run: >-
- BASE_TAG=docker.pkg.github.com/${{ github.repository_owner }}/otp/${{ matrix.type }}
+ BASE_TAG=ghcr.io/${{ github.repository_owner }}/otp/${{ matrix.type }}
BASE_USE_CACHE=false
.github/scripts/build-base-image.sh "${{ matrix.branch }}"
- name: Push master image