chore: use docker hub in ci
This commit is contained in:
parent
c56206181e
commit
16aee23194
2 changed files with 4 additions and 3 deletions
|
|
@ -13,6 +13,6 @@ services:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: mcr.microsoft.com/playwright:v1.51.0-noble
|
image: kekskurse/miniauth:${CI_COMMIT_SHA}
|
||||||
commands:
|
commands:
|
||||||
- npx playwright test
|
- npx playwright test
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,11 @@ steps:
|
||||||
- name: build-docker-image
|
- name: build-docker-image
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: rg.fr-par.scw.cloud/namespace-miniauth/miniauth
|
repo: kekskurse/miniauth
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
#platforms: linux/amd64,linux/arm64,linux/arm64/v8
|
#platforms: linux/amd64,linux/arm64,linux/arm64/v8
|
||||||
tag: ${CI_COMMIT_SHA}
|
tag: ${CI_COMMIT_SHA}
|
||||||
username: nologin
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
|
||||||
Reference in a new issue