diff --git a/.github/workflows/image_app.yml b/.github/workflows/image_app.yml index e3a99ac5..db667538 100644 --- a/.github/workflows/image_app.yml +++ b/.github/workflows/image_app.yml @@ -48,6 +48,7 @@ jobs: with: images: ghcr.io/${{ github.repository }}/${{ env.FLAVOR_PREFIX }}${{ inputs.name }} tags: | + type=edge,branch=master type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} diff --git a/.github/workflows/image_base.yml b/.github/workflows/image_base.yml index efb5b174..3ed7432a 100644 --- a/.github/workflows/image_base.yml +++ b/.github/workflows/image_base.yml @@ -55,6 +55,7 @@ jobs: with: images: ghcr.io/${{ github.repository }}/${{ env.FLAVOR_PREFIX }}base tags: | + type=edge,branch=master type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}