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:
|
||||
- name: test
|
||||
image: mcr.microsoft.com/playwright:v1.51.0-noble
|
||||
image: kekskurse/miniauth:${CI_COMMIT_SHA}
|
||||
commands:
|
||||
- npx playwright test
|
||||
|
|
|
|||
|
|
@ -10,10 +10,11 @@ steps:
|
|||
- name: build-docker-image
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: rg.fr-par.scw.cloud/namespace-miniauth/miniauth
|
||||
repo: kekskurse/miniauth
|
||||
dockerfile: Dockerfile
|
||||
#platforms: linux/amd64,linux/arm64,linux/arm64/v8
|
||||
tag: ${CI_COMMIT_SHA}
|
||||
username: nologin
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
|
|
|||
Reference in a new issue