Merge pull request #42 from jkaninda/v1.0

V1.0
This commit is contained in:
2024-08-03 01:26:49 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
name: Build name: Build
on: on:
push: push:
branches: [ "main"] branches: [ "main","v1.0"]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
docker_tag: docker_tag:
@@ -43,9 +43,8 @@ jobs:
with: with:
push: true push: true
file: "./docker/Dockerfile" file: "./docker/Dockerfile"
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64
tags: | tags: |
"${{env.BUILDKIT_IMAGE}}:${{env.TAG}}" "${{env.BUILDKIT_IMAGE}}:v1.0"
# "${{env.BUILDKIT_IMAGE}}:latest"
"ghcr.io/${{env.BUILDKIT_IMAGE}}:${{TAG}}" "ghcr.io/${{env.BUILDKIT_IMAGE}}:${{TAG}}"
# "ghcr.io/${{env.BUILDKIT_IMAGE}}:latest"