|
|
@ -13,23 +13,25 @@ on:
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
docker:
|
|
|
|
docker:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
matrix:
|
|
|
|
strategy:
|
|
|
|
include:
|
|
|
|
fail-fast: false
|
|
|
|
-
|
|
|
|
matrix:
|
|
|
|
registry: ''
|
|
|
|
include:
|
|
|
|
slug: ghactionstest/ghactionstest
|
|
|
|
-
|
|
|
|
username_secret: DOCKERHUB_USERNAME
|
|
|
|
registry: ''
|
|
|
|
password_secret: DOCKERHUB_TOKEN
|
|
|
|
slug: ghactionstest/ghactionstest
|
|
|
|
-
|
|
|
|
username_secret: DOCKERHUB_USERNAME
|
|
|
|
registry: ghcr.io
|
|
|
|
password_secret: DOCKERHUB_TOKEN
|
|
|
|
slug: ghcr.io/docker-ghactiontest/test
|
|
|
|
-
|
|
|
|
username_secret: GHCR_USERNAME
|
|
|
|
registry: ghcr.io
|
|
|
|
password_secret: GHCR_PAT
|
|
|
|
slug: ghcr.io/docker-ghactiontest/test
|
|
|
|
-
|
|
|
|
username_secret: GHCR_USERNAME
|
|
|
|
registry: registry.gitlab.com
|
|
|
|
password_secret: GHCR_PAT
|
|
|
|
slug: registry.gitlab.com/test1716/test
|
|
|
|
-
|
|
|
|
username_secret: GITLAB_USERNAME
|
|
|
|
registry: registry.gitlab.com
|
|
|
|
password_secret: GITLAB_TOKEN
|
|
|
|
slug: registry.gitlab.com/test1716/test
|
|
|
|
|
|
|
|
username_secret: GITLAB_USERNAME
|
|
|
|
|
|
|
|
password_secret: GITLAB_TOKEN
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Checkout
|
|
|
|
name: Checkout
|
|
|
|