Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xy2z authored Feb 16, 2022
1 parent 55dab05 commit 87809ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
# Push to master branch - push "latest" tag
name: Build and push
name: Build and Push (latest)
if: github.event_name == 'push'
uses: docker/build-push-action@v2
with:
Expand All @@ -37,7 +37,7 @@ jobs:
tags: xy2z/pinedocs:latest
-
# Push the new release
name: Build and push
name: Build and Push New Release
if: github.event_name == 'release'
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 87809ec

Please sign in to comment.