Merge pull request #171 from Hikari-Haru/fix-tags

Make the tagging of docker images work properly
Hikari Haru 2 years ago committed by GitHub
commit 156ab1e492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,12 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
flavor: |
latest=auto
suffix=-base,onlatest=true
tags: |
type=semver,pattern={{raw}}
type=ref,event=branch
images: | images: |
kaveenk/gpt3discord kaveenk/gpt3discord
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}
@ -154,6 +160,12 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
flavor: |
latest=auto
suffix=-full,onlatest=true
tags: |
type=semver,pattern={{raw}}
type=ref,event=branch
images: | images: |
kaveenk/gpt3discord kaveenk/gpt3discord
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}

Loading…
Cancel
Save