Skip to content

Commit

Permalink
📚 Update workflow file version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Nov 18, 2022
1 parent 9137d16 commit 79c0fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Docker Build, Tag & Publish
steps:
- name: Build, Tag & Publish Image to DockerHub
uses: dinushchathurya/build-tag-push-action@v1.2.0
uses: dinushchathurya/build-tag-push-action@v1.2.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -48,7 +48,7 @@ jobs:
name: Docker Build, Tag & Publish
steps:
- name: Docker Login, Build, Tag and Push to GitHub Container Registry
uses: dinushchathurya/build-tag-push-action@v1.2.0
uses: dinushchathurya/build-tag-push-action@v1.2.1
with:
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit 79c0fd7

Please sign in to comment.