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",