diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 673e01c..5ec7474 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -3,11 +3,11 @@ steps: image: woodpeckerci/plugin-docker-buildx settings: platforms: linux/amd64 - repo: hattori.ztsh.eu/stawros/allure + repo: stawros/allure registry: hattori.ztsh.eu - tags: latest + tags: ${CI_COMMIT_TAG} username: stawros password: from_secret: hattori_pat when: - - event: [tag, push, manual] + - event: tag diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml deleted file mode 100644 index 4df7101..0000000 --- a/.woodpecker/deploy.yaml +++ /dev/null @@ -1,13 +0,0 @@ -steps: - - name: build - image: woodpeckerci/plugin-docker-buildx - settings: - platforms: linux/amd64 - repo: hattori.ztsh.eu/stawros/allure - registry: hattori.ztsh.eu - tags: ${CI_COMMIT_TAG} - username: stawros - password: - from_secret: hattori_pat - when: - - event: tag