Browse Source

ci: Fix Docker tagging

pull/20/head
Ambrose Chua 1 year ago
committed by GitHub
parent
commit
39155e627f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/deploy.yml

5
.github/workflows/deploy.yml

@ -34,6 +34,11 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
id: meta
- name: Build and push Docker images

Loading…
Cancel
Save