Skip to content

Commit

Permalink
Update and rename latest-docker-image-publish.yml to build-publish-do…
Browse files Browse the repository at this point in the history
…cker-image.yml
  • Loading branch information
tanmoysrt authored Oct 16, 2023
1 parent 0bd0d5d commit 52e80e4
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Publish Latest Docker Image from develop branch
name: Build and Publish Docker Image
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch name to publish'
required: true
push:
branches:
- develop

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}:${{ github.ref_name }}
Expand Down

0 comments on commit 52e80e4

Please sign in to comment.