diff --git a/.github/workflows/deploy_docker.yml b/.github/workflows/deploy_docker.yml index e96d3da..c4162a3 100644 --- a/.github/workflows/deploy_docker.yml +++ b/.github/workflows/deploy_docker.yml @@ -2,8 +2,9 @@ name: Deploy docker container on: - release: - types: [published] + push: + tags: + - 'v*' jobs: deploy_docker: @@ -35,4 +36,4 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.metadata.outputs.tags }} - labels: ${{ steps.metadata.outputs.labels }} \ No newline at end of file + labels: ${{ steps.metadata.outputs.labels }}