diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0b582f7..a837c1f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -7,11 +7,9 @@ name: Docker on: push: - branches: [ 'main' ] + branches: [ main ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] - pull_request: - branches: [ main ] env: # Use docker.io for Docker Hub if empty @@ -73,4 +71,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}