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 }}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ansi-hastebin",
"version": "0.0.1-rpardini",
"version": "0.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ansi-hastebin",
"version": "0.0.1-rpardini",
"version": "0.0.3",
"dependencies": {
"busboy": "^1",
"connect": "^3",

View File

@@ -1,6 +1,6 @@
{
"name": "ansi-hastebin",
"version": "0.0.1",
"version": "0.0.3",
"private": true,
"description": "Private Pastebin Server hacked for ANSI",
"keywords": [