Merge pull request #25 from catthehacker/fix/workflow
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
||||
TAG: [latest, 20.04, 18.04, 16.04]
|
||||
steps:
|
||||
- name: Login to GitHub Container Registry
|
||||
if: ${{ github.repository_owner == github.actor }}
|
||||
id: ghcr
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
@@ -45,6 +46,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Login to Quay
|
||||
if: ${{ github.repository_owner == github.actor }}
|
||||
id: quay
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
@@ -53,6 +55,7 @@ jobs:
|
||||
password: ${{ secrets.QUAY_TOKEN }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
if: ${{ github.repository_owner == github.actor }}
|
||||
id: dckr
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user