1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

use docker login command

This commit is contained in:
Jason N 2024-03-19 14:59:07 -04:00 committed by GitHub
parent 8196066a63
commit fadeb6fffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,11 +95,9 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Login to Registry
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build ISO
uses: ./