Skip to content

Commit

Permalink
fix(ci): docker and electron publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Nov 18, 2024
1 parent 7fb8ed1 commit cbfd312
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.REGISTRY_IMAGE }}:${{ env.RELEASE_TAG }}
${{ env.REGISTRY_IMAGE_API }}:${{ env.RELEASE_TAG }}
${{ env.REGISTRY_IMAGE_API }}:latest
- name: Build and push Docker image webapp
Expand All @@ -78,5 +78,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.REGISTRY_IMAGE }}:${{ env.RELEASE_TAG }}
${{ env.REGISTRY_IMAGE_WEBAPP }}:${{ env.RELEASE_TAG }}
${{ env.REGISTRY_IMAGE_WEBAPP }}:latest
3 changes: 3 additions & 0 deletions .github/workflows/electron-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v3

- name: Build electron app
run: |
cd webapp
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

# Rocketnotes

[![Build](https://github.com/fynnfluegge/rocketnotes/actions/workflows/build.yml/badge.svg)](https://github.com/fynnfluegge/rocketnotes/actions/workflows/build.yml)
[![Deploy](https://github.com/fynnfluegge/rocketnotes/actions/workflows/deploy.yml/badge.svg)](https://github.com/fynnfluegge/rocketnotes/actions/workflows/deploy.yml)
[![Build](https://github.com/fynnfluegge/rocketnotes/actions/workflows/build-main.yaml/badge.svg)](https://github.com/fynnfluegge/rocketnotes/actions/workflows/build-main.yaml)
[![Deploy](https://github.com/fynnfluegge/rocketnotes/actions/workflows/deploy.yaml/badge.svg)](https://github.com/fynnfluegge/rocketnotes/actions/workflows/deploy.yaml)
[![Docker](https://github.com/fynnfluegge/rocketnotes/actions/workflows/docker-build-and-publish.yaml/badge.svg)](https://github.com/fynnfluegge/rocketnotes/actions/workflows/docker-build-and-publish.yaml)
[![Electron](https://github.com/fynnfluegge/rocketnotes/actions/workflows/electron-build-and-publish.yaml/badge.svg)](https://github.com/fynnfluegge/rocketnotes/actions/workflows/electron-build-and-publish.yaml)
[![License](https://img.shields.io/badge/License-MIT%20-green.svg)](https://opensource.org/licenses/MIT)

</div>
Expand Down

0 comments on commit cbfd312

Please sign in to comment.