Update WF

This commit is contained in:
2025-07-03 18:27:16 +05:30
parent c00b35299b
commit e92d114bf8
2 changed files with 5 additions and 7 deletions

View File

@@ -2,10 +2,10 @@ name: Docker Build and Publish
on:
workflow_dispatch:
# push:
# branches: [ "main" ]
# paths-ignore:
# - '**/README.md'
push:
branches: [ "main" ]
paths-ignore:
- '**/README.md'
jobs:
docker-build-and-publish:
@@ -29,6 +29,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
platforms: linux/arm64
push: false
tags: ${{ vars.DOCKERHUB_REPO }}:2.10.0 , ${{ vars.DOCKERHUB_REPO }}:latest

View File

@@ -2,8 +2,6 @@ name: Docker Build and Publish
on:
workflow_dispatch:
push:
jobs:
docker-build-and-publish: