1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

ci(gha): specify the registry as ghcr.io

هذا الالتزام موجود في:
Adam Cooke
2021-07-28 13:54:31 +00:00
الأصل 2e7aaaba5a
التزام 84a04d810e

عرض الملف

@@ -33,7 +33,7 @@ jobs:
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: with:
registry: ${{ env.REGISTRY }} registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}