diff --git a/.woodpecker.yml b/.woodpecker.yml index 6b62d8e..717077d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,3 @@ -variables: - - &file Dockerfile - - &repo codeberg.org/${CI_REPO_OWNER}/hello - steps: lint: image: docker.io/node:16 @@ -16,9 +12,9 @@ steps: publish: image: woodpeckerci/plugin-docker-buildx settings: - dockerfile: *file + dockerfile: Dockerfile platforms: linux/arm/v7,linux/arm64/v8,linux/amd64 - repo: *repo + repo: codeberg.org/${CI_REPO_OWNER}/safetwitch registry: codeberg.org tags: ${CI_COMMIT_TAG},latest username: ${CI_REPO_OWNER} @@ -26,4 +22,4 @@ steps: from_secret: cb_token when: event: tag - path: *file \ No newline at end of file + path: Dockerfile \ No newline at end of file