diff --git a/.github/workflows/publish_image.yml b/.github/workflows/publish_images.yml similarity index 96% rename from .github/workflows/publish_image.yml rename to .github/workflows/publish_images.yml index 457a98d0..619a6209 100644 --- a/.github/workflows/publish_image.yml +++ b/.github/workflows/publish_images.yml @@ -2,6 +2,9 @@ name: Publish Docker Images on: workflow_dispatch: + push: + tags: + - "v*" jobs: publish: @@ -42,6 +45,7 @@ jobs: with: images: ${{ secrets.DOCKER_REGISTRY }}/${{ github.repository }}/${{ matrix.name }} tags: | + type=ref,event=tag type=ref,event=branch type=ref,event=pr type=semver,pattern={{version}}