Update publish.yml

This commit is contained in:
JantsoP 2021-07-23 12:55:55 +03:00 committed by GitHub
parent 8acb112326
commit dd43709e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 10 deletions

View File

@ -20,17 +20,9 @@ jobs:
uses: docker/metadata-action@v3
with:
# list of Docker images to use as base name for tags
images: ghcr.io/covidpass-org/covidpass
images: ghcr.io/jantsop/covidpass
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
type=edge,branch=dev
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
tags: latest
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry