Update '.woodpecker.yml'

This commit is contained in:
Sebastian Hugentobler 2022-11-11 06:32:19 +00:00
parent 03909be210
commit e8bbabf175

View File

@ -3,7 +3,7 @@ pipeline:
image: plugins/kaniko
settings:
repo: docker.io/thallian/alpine-s6
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_REFSPEC}
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG=pre}
dockerfile: Dockerfile
username:
from_secret: DOCKER_USER