From 537c5c067786057a6f75dc9bf01786b4be9e1573 Mon Sep 17 00:00:00 2001 From: Johan Ohly Date: Tue, 10 Sep 2024 00:17:07 +0200 Subject: [PATCH] ci: ensure image is pushed to registry --- .github/workflows/build.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 896c70b..a08382f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: + push: true context: . platforms: ${{ matrix.platforms }} tags: ${{ steps.metadata.outputs.tags }} diff --git a/package.json b/package.json index 76ace13..a3a205e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airtrail", - "version": "0.0.1", + "version": "0.0.0", "type": "module", "scripts": { "build": "vite build",