Skip to content

Commit

Permalink
Update dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1574242600 committed Dec 29, 2023
1 parent 8a71271 commit b29a8dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v*'
paths:
- '*'
- '!*.md'
Expand All @@ -25,6 +27,9 @@ jobs:
images: 1574242600/cf-warp
tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
type=match,pattern=v(.*)
type=sha
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit b29a8dd

Please sign in to comment.