Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenraj-K committed Oct 7, 2024
1 parent 5071cd0 commit 0448c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ 'develop' ]
tags: [ '[0-9]+.[0-9]+.[0-9]' ]


jobs:
build-and-publish:
name: Build and Publish Docker image
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
- name: Build and push Docker image to Docker Hub and GHCR
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 0448c15

Please sign in to comment.