You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
bump to 0.0.3; add arm64 build (for real this time)
This commit is contained in:
4
.github/workflows/master-latest.yml
vendored
4
.github/workflows/master-latest.yml
vendored
@@ -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
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user