Update .github/workflows/publish-docker.yml

This commit is contained in:
Clémentine Urquizar - curqui 2022-06-08 17:27:03 +02:00 committed by GitHub
parent afcc493480
commit 39a1dcb32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
flavor: latest=false
tags: |
type=ref,event=tag
type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.action == 'released' }}
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
- name: Build and push
id: docker_build