bump to 0.0.3; add arm64 build (for real this time)

This commit is contained in:
Ricardo Pardini
2023-03-09 18:07:23 -03:00
parent fefe5edda5
commit ec6393209c
3 changed files with 5 additions and 5 deletions

View File

@@ -41,10 +41,10 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64 #,linux/arm64
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.2 # @TODO: read from package.json
tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.3 # @TODO: read from package.json
labels: |
org.opencontainers.image.title=ansi-hastebin
org.opencontainers.image.description=${{ github.event.repository.description }}