added manual trigger and arm image

This commit is contained in:
stone-w4tch3r
2024-08-07 22:10:25 +05:00
parent eae0784b9a
commit d385038561

View File

@@ -1,8 +1,7 @@
name: Build and Publish Docker Image name: Build and Publish Docker Image
on: on:
push: workflow_dispatch: # Manual
branches: [ "master" ] # TODO here you can specify needed trigger
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
@@ -47,3 +46,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64