Go to file
Augusto Dwenger J. a0e39cde0c
ci/woodpecker/push/oci-image-build Pipeline was successful Details
Add gitignore
2024-03-10 15:46:57 +01:00
.woodpecker ci: Disable arm64 image builds 2024-03-08 19:40:13 +01:00
.gitignore Add gitignore 2024-03-10 15:46:57 +01:00
Dockerfile Update Golang build image to 1.22 with apline as base 2024-02-18 13:51:06 +01:00
LICENSE Add the MPL-2.0 license to the project 2024-03-08 20:03:34 +01:00
README.md Fix example usage 2024-03-08 21:10:56 +01:00
go.mod Init 2024-02-17 23:00:33 +01:00
go.sum Init 2024-02-17 23:00:33 +01:00
main.go Fix TagsResponse field deserialisation 2024-03-10 15:45:59 +01:00

README.md

Scaleway-Delete-Image-Plugin

Is a plugin for Woodpecker CI to delete an image tag from the Scaleway container registry.

Usage

delete-tag:
  image: rg.fr-par.scw.cloud/hamburghammer/scaleway-delete-image-plugin
  secrets: [token]
  settings:
    image-name: foo/bar
    tag: latest
    region: fr-par

Configuration

Required options:

Name Description
token Token for the Scaleway API
image-name The image which should be deleted
tag The tag that should be deleted
region The Scaleway region the registry exists

LICENSE

The software is licensed under the MPL-2.0 license.