👷 Auto build base image

This commit is contained in:
Nikhil Badyal
2023-08-26 11:50:56 +05:30
parent 57aaa3be6c
commit 6e020e4603
+5
View File
@@ -1,6 +1,11 @@
name: Push Base Image to DockerHub name: Push Base Image to DockerHub
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'Dockerfile-base'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}