mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 22:12:57 +00:00
A few cleanups in workflows
This commit is contained in:
2
.github/workflows/docker-merge-tags.yml
vendored
2
.github/workflows/docker-merge-tags.yml
vendored
@@ -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 }}
|
||||
|
@@ -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:
|
||||
|
2
.github/workflows/docker-wiki-update.yml
vendored
2
.github/workflows/docker-wiki-update.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
tag-push:
|
||||
wiki-update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user