Skip to content

Commit

Permalink
github action for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 26, 2023
1 parent bc61450 commit d4d55e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: star7th/showdoc:latest
star7th/showdoc:${{ github.ref }}
star7th/showdoc:${{ github.ref | replace('refs/tags/','') }}
tags:
- star7th/showdoc:latest
- star7th/showdoc:${{ github.ref }}
- star7th/showdoc:${{ github.ref | replace('refs/tags/','') }}

0 comments on commit d4d55e9

Please sign in to comment.