This commit is contained in:
2022-02-22 11:50:02 +01:00
parent e8986a1558
commit 4be74e1a3f

View File

@@ -41,19 +41,19 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v3.6.2
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/13hannes11/gtk4-rs-docker
# generate Docker tags based on the following events/attributes
flavor: |
latest=auto
prefix=appimage_,onlatest=true
tags:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
flavor: |
latest=auto
suffix=-appimage,onlatest=true
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action