Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmitchko authored May 29, 2024
1 parent e5ddcaf commit 872d430
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
uses: docker/metadata-action@v5
with:
images: nickmitchko/gotrue
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=raw,value={{tag_name}},enable=${{ github.event.release.tag_name != null }}
type=raw,value=latest,enable=${{ github.event.release.tag_name != null }
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=raw,value={{tag_name}},enable=${{ github.event.release.tag_name != null }}
type=raw,value=latest,enable=${{ github.event.release.tag_name != null }
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 872d430

Please sign in to comment.