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 833d65f commit bc61450
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: |
star7th/showdoc:latest
tags: star7th/showdoc:latest
star7th/showdoc:${{ github.ref }}
star7th/showdoc:${{ github.ref | replace('refs/tags/', '') }}
star7th/showdoc:${{ github.ref | replace('refs/tags/','') }}

0 comments on commit bc61450

Please sign in to comment.