SilverBullet pivot to become an offline-first PWA (#403)
This commit is contained in:
@@ -5,16 +5,16 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
tags:
|
||||
- "**"
|
||||
- "*"
|
||||
env:
|
||||
DENO_VERSION: v1.32.5
|
||||
DENO_VERSION: v1.33
|
||||
# Docker & Registries
|
||||
ARCHITECTURES: linux/amd64,linux/arm64
|
||||
IMAGE_NAME: silverbullet
|
||||
NAMESPACE_GITHUB: silverbulletmd
|
||||
NAMESPACE_DOCKER: zefhemel
|
||||
jobs:
|
||||
docker-build-push:
|
||||
docker-main:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -76,12 +76,13 @@ jobs:
|
||||
type=semver,pattern={{raw}},enable=true
|
||||
# type=edge,branch=develop # usually this would be the develop branch
|
||||
|
||||
- name: Build and push Docker images
|
||||
- name: Build and push main docker images
|
||||
uses: docker/build-push-action@v4.0.0
|
||||
with:
|
||||
context: .
|
||||
platforms: ${{ env.ARCHITECTURES }}
|
||||
push: true
|
||||
file: Dockerfile
|
||||
# Disable to get rid of unknown architecture in ghcr
|
||||
provenance: false
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
Reference in New Issue
Block a user