0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00

try to use buildx output

This commit is contained in:
Robert Kaussow 2023-07-25 22:06:32 +02:00
parent ae42be58dc
commit 708ac9528b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -12,7 +12,7 @@ steps:
dry_run: true
provenance: false
repo: thegeeklab/${CI_REPO_NAME}
output: "type=docker,tar=true,name=thegeeklab/${CI_REPO_NAME}"
output: "type=docker,tar=true,name=thegeeklab/${CI_REPO_NAME},dest=/woodpecker/src/github.com/thegeeklab/retry/"
when:
- ref: refs/pull/**
@ -21,7 +21,7 @@ steps:
commands:
- echo $(pwd)
- env
- echo $CI_WORKSPACE
- echo $${CI_WORKSPACE}
- echo ${CI_WORKSPACE}
- ls -la