Skip to content

Commit

Permalink
- update tag for docker build step
Browse files Browse the repository at this point in the history
- Update workflow names
  • Loading branch information
daksh7011 committed Aug 11, 2024
1 parent 15dabcd commit 9f76c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Publish
name: Build Develop & Publish

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Publish
name: Build Master & Publish

on:
push:
Expand Down Expand Up @@ -58,6 +58,6 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.repository }}:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.nam }}:latest
outputs: |
type=local,dest=.

0 comments on commit 9f76c9b

Please sign in to comment.