mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
use docker login command
This commit is contained in:
parent
8196066a63
commit
fadeb6fffb
1 changed files with 3 additions and 5 deletions
8
.github/workflows/build_iso.yml
vendored
8
.github/workflows/build_iso.yml
vendored
|
|
@ -95,11 +95,9 @@ jobs:
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v3
|
run: |
|
||||||
with:
|
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
||||||
username: ${{ github.actor }}
|
|
||||||
password: ${{ github.token }}
|
|
||||||
|
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue