mirror of
https://github.com/13hannes11/gtk4-rs-docker.git
synced 2024-09-03 23:21:01 +02:00
fix cicd
This commit is contained in:
10
.github/workflows/build-push-tagged-appimage.yml
vendored
10
.github/workflows/build-push-tagged-appimage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user