A few cleanups in workflows

This commit is contained in:
Ayaz Salikhov
2022-09-24 18:12:41 +04:00
parent f9ee71b53a
commit ef17d06b8d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Download Docker images from GitHub artifacts and merge tags
name: Download images tags from GitHub artifacts and create multi-platform manifests
env:
OWNER: ${{ github.repository_owner }}

View File

@@ -1,4 +1,4 @@
name: Download Docker image from GitHub artifacts, tag and push it to DockerHub
name: Download Docker image and its tags from GitHub artifacts, apply them and push the image to DockerHub
env:
OWNER: ${{ github.repository_owner }}
@@ -21,7 +21,7 @@ on:
required: true
jobs:
tag-push:
tag-manifest-push:
runs-on: ubuntu-latest
strategy:

View File

@@ -6,7 +6,7 @@ on:
workflow_call:
jobs:
tag-push:
wiki-update:
runs-on: ubuntu-latest
steps: