Merge pull request #7 from gomessguii/develop

chore(workflows): add support for tagging events in Docker image work…
This commit is contained in:
Davidson Gomes 2025-05-15 19:21:25 -03:00 committed by GitHub
commit ecdd0cc917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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