Upgrade to oci-build-task 0.10.0 in CI task

This commit is contained in:
Brian Clozel
2022-05-13 08:55:28 +02:00
parent 944c14bdf9
commit a6cd8a78e2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
source $(dirname $0)/common.sh
CONFIG_DIR=git-repo/ci/config
version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' )

View File

@@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: concourse/oci-build-task
tag: 0.9.1
tag: 0.10.0
registry_mirror:
host: ((registry-mirror-host))
username: ((registry-mirror-username))
@@ -28,4 +28,5 @@ run:
cat > /root/.docker/config.json <<EOF
{ "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }}}
EOF
build
build