Skip to content

Commit

Permalink
Fix Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Aug 16, 2024
1 parent bf62229 commit d480b3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
images: |
${{ env.REGISTRY_NAME }}
${{ env.MIRROR_REGISTRY_NAME }}
tags: |
type=ref,event=branch
type=match,pattern=zeus-(.*),group=1
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit d480b3e

Please sign in to comment.