bump to 0.0.2; add new endpoint, sans-JSON

This commit is contained in:
Ricardo Pardini
2023-01-30 13:26:44 +01:00
parent 37ed455211
commit fefe5edda5
3 changed files with 76 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ jobs:
platforms: linux/amd64 #,linux/arm64
pull: true # avoid bitrot with repeated cache hits
push: true
tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.1 # @TODO: read from package.json
tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.2 # @TODO: read from package.json
labels: |
org.opencontainers.image.title=ansi-hastebin
org.opencontainers.image.description=${{ github.event.repository.description }}