|
@@ -9,9 +9,6 @@ on:
|
|
|
- '*.*.*'
|
|
|
# branches:
|
|
|
# - 'release'
|
|
|
- pull_request:
|
|
|
- branches:
|
|
|
- - 'main'
|
|
|
|
|
|
# Defines two custom environment variables for the workflow. These are used
|
|
|
# for the Container registry domain, and a name for the Docker image that
|
|
@@ -61,7 +58,7 @@ jobs:
|
|
|
id: meta
|
|
|
uses: docker/metadata-action@v5
|
|
|
with:
|
|
|
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
|
|
+ images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
|
|
|
tags: |
|
|
|
type=semver,pattern={{version}}
|
|
|
type=semver,pattern={{major}}.{{minor}}
|