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]
|
TAG: [latest, 20.04, 18.04, 16.04]
|
||||||
steps:
|
steps:
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: ghcr
|
id: ghcr
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
@@ -45,6 +46,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Login to Quay
|
- name: Login to Quay
|
||||||
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: quay
|
id: quay
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
@@ -53,6 +55,7 @@ jobs:
|
|||||||
password: ${{ secrets.QUAY_TOKEN }}
|
password: ${{ secrets.QUAY_TOKEN }}
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
|
if: ${{ github.repository_owner == github.actor }}
|
||||||
id: dckr
|
id: dckr
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user