diff --git a/ci/pipeline.yml b/ci/pipeline.yml index d157999..a82bf22 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -17,7 +17,7 @@ jobs: trigger: true - get: upstream-image trigger: true - - task: compute-docker-tags: + - task: compute-docker-tags config: platform: linux image_resource: @@ -34,9 +34,9 @@ jobs: args: - -c - | - #!/usr/bin/env sh - apk add --no-cache git - git rev-parse --short HEAD > docker-tags/tags.txt + #!/usr/bin/env sh + apk add --no-cache git + git rev-parse --short HEAD > docker-tags/tags.txt - task: build privileged: true config: