chore(workflows): add support for tagging events in Docker image workflow

This commit is contained in:
Guilherme Gomes 2025-05-15 19:20:54 -03:00
parent 8654988f57
commit f4878452f6

View File

@ -49,6 +49,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=sha
type=ref,event=branch
type=ref,event=tag
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3