Add forgejo actions #486

Open
mwalbeck wants to merge 7 commits from actions into main
Showing only changes of commit 9c0eff9901 - Show all commits

View file

@ -40,7 +40,6 @@ jobs:
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ steps.tags.outputs.tags }} tags: ${{ steps.tags.outputs.tags }}
context: ./1.7
file: ./1.7/Dockerfile file: ./1.7/Dockerfile
1_7_prod: 1_7_prod:
@ -68,5 +67,4 @@ jobs:
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ steps.tags.outputs.tags }} tags: ${{ steps.tags.outputs.tags }}
context: ./1.7
file: ./1.7/Dockerfile.prod file: ./1.7/Dockerfile.prod