update docker build settings, move to new docker hub repository, use stable branch and major version tags

This commit is contained in:
Christoph Haas
2023-10-26 11:22:58 +02:00
parent c8353b85ae
commit e5ed9736b3
4 changed files with 14 additions and 19 deletions

View File

@@ -50,15 +50,16 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: h44z/wg-portal
images: wgportal/wg-portal
flavor: |
latest=true
latest=false
prefix=
suffix=
tags: |
type=ref,event=branch
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: Build and push Docker image
uses: docker/build-push-action@v3