Update '.woodpecker.yml'

This commit is contained in:
Sebastian Hugentobler 2022-11-11 06:20:30 +00:00
parent 020b801b44
commit 03909be210

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_REF}
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_REFSPEC}
dockerfile: Dockerfile
username:
from_secret: DOCKER_USER