CI for docker image - currently only amd64

main
shruub 1 year ago
parent a81c0c1c86
commit 25fc30f51e

@ -2,4 +2,14 @@ pipeline:
build:
image: plugins/hugo
settings:
hugo_version: 0.107.0
hugo_version: 0.107.0
publish:
image: plugins/docker
settings:
username: shruub
password: $DOCKER_PASSWORD
repo: shruub/no-js.club
secrets: [docker_password ]
tags:
- latest-amd64
Loading…
Cancel
Save