cleanup
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2023-11-07 16:38:22 +01:00
parent 093e653d48
commit f50f51d64d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 7 additions and 9 deletions

View File

@ -20,8 +20,6 @@ steps:
api_key:
from_secret: gitea_token
base_url: https://gitea.rknet.org
files:
- dist/*
note: CHANGELOG.md
overwrite: true
title: ${CI_COMMIT_TAG}

View File

@ -1,11 +1,11 @@
FROM node:lts-alpine3.16@sha256:1eabdb1aa3f6e68558c08501572731db560d10c2194a67d3417103b0a9868693
FROM docker.io/node:lts-alpine3.16@sha256:1eabdb1aa3f6e68558c08501572731db560d10c2194a67d3417103b0a9868693
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="alpine-tools"
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/alpine-tools"
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/alpine-tools"
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/alpine-tools"
LABEL org.opencontainers.image.url="https://gitea.rknet.org/container/alpine-tools"
LABEL org.opencontainers.image.source="https://gitea.rknet.org/container/alpine-tools"
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/container/alpine-tools"
ARG TARGETOS
ARG TARGETARCH

View File

@ -7,8 +7,8 @@ Custom Alpine image including a common toolkit
[![Build Status](https://ci.rknet.org/api/badges/container/alpine-tools/status.svg)](https://ci.rknet.org/repos/container/alpine-tools)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/alpine)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/alpine)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/alpine-tools)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/container/alpine-tools)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/container/alpine-tools/src/branch/main/LICENSE)
<!-- spellchecker-enable -->
@ -33,4 +33,4 @@ Custom Alpine image including a common toolkit.
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/container/alpine-tools/src/branch/main/LICENSE) file for details.