3 Commits

Author SHA1 Message Date
f18107f9c4 bump: v0.0.15 -> v0.0.16 2025-04-16 05:21:56 -04:00
dbcb719166 bump: v0.0.14 -> v0.0.15 2025-04-16 04:44:40 -04:00
cdbb7e2c4d fix: publish to ghcr too 2025-04-16 04:42:48 -04:00
4 changed files with 14 additions and 11 deletions

View File

@ -45,16 +45,12 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
spotdemo4/trevstack
${{ github.repository }}
ghcr.io/${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Login to Docker Hub
uses: docker/login-action@v3
@ -62,6 +58,13 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

View File

@ -1,12 +1,12 @@
{
"name": "trevstack",
"version": "0.0.14",
"version": "0.0.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trevstack",
"version": "0.0.14",
"version": "0.0.16",
"devDependencies": {
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-web": "^2.0.2",

View File

@ -1,7 +1,7 @@
{
"name": "trevstack",
"private": true,
"version": "0.0.14",
"version": "0.0.16",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@ -12,7 +12,7 @@
...
}: let
pname = "trevstack";
version = "0.0.14";
version = "0.0.16";
supportedSystems = [
"x86_64-linux"
@ -90,7 +90,7 @@
pname = "${pname}-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-Qux0gaCOhxxl2ti93NvELDG7cM9s1zt8ZLXoKzyzXJc=";
npmDepsHash = "sha256-RHUgfR4t47rktX0AwyjRf1MxcZImfKswzObktlSErfE=";
nodejs = pkgs.nodejs_22;
installPhase = ''