diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21104c0..0edb76e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,8 +46,10 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ghcr.io/${{ env.REPO }}:${{ steps.meta.outputs.tag }} + continue-on-error: false - name: Release uses: softprops/action-gh-release@v2 diff --git a/package.json b/package.json index 269ba37..b71fba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "links", - "version": "0.4.13", + "version": "0.4.14", "private": true, "scripts": { "dev": "next dev",