mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-15 10:18:45 +00:00
login to ghcr.io, too, using github.actor and secret.GITHUB_TOKEN
This commit is contained in:
@@ -19,9 +19,12 @@ jobs:
|
||||
registry: docker.sapsailing.com
|
||||
username: ${{ secrets.DOCKER_SAPSAILING_COM_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_SAPSAILING_COM_PASSWORD }}
|
||||
# registry: ghcr.io
|
||||
# #username: ${{ secrets.DOCKER_GHCR_IO_USERNAME }}
|
||||
# #password: ${{ secrets.DOCKER_GHCR_IO_PASSWORD }}
|
||||
- name: Login to ghcr.io to upload sailing-analytics image
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Copy a few files
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user