fix push to main and tag semver build for docker ci (#2054)

This commit is contained in:
Wing Lian
2024-11-13 14:04:28 -05:00
committed by GitHub
parent f2145a3ccb
commit c5eb9ea2c2

View File

@@ -48,8 +48,8 @@ jobs:
winglian/axolotl
axolotlai/axolotl
tags: |
type=ref,event=tag
type=ref,event=push
type=ref,event=branch
type=semver,pattern={{version}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
@@ -159,8 +159,8 @@ jobs:
winglian/axolotl-cloud-term
axolotlai/axolotl-cloud-term
tags: |
type=ref,event=tag
type=ref,event=push
type=ref,event=branch
type=semver,pattern={{version}}
- name: Login to Docker Hub
uses: docker/login-action@v3
with: