Skip to content

Commit b7bdec6

Browse files
committed
Update workflow descriptions
1 parent 14068d8 commit b7bdec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Download parent image, build new one, test and upload it and tags and manifests to GitHub artifacts
1+
name: Download parent image, build a new one and test it; then upload the image, tags and manifests to GitHub artifacts
22

33
env:
44
OWNER: ${{ github.repository_owner }}

.github/workflows/docker-wiki-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Download manifest artifacts from GitHub, tag and push to DockerHub
1+
name: Download build manifests from GitHub artifacts and push them to GitHub wiki
22
# We're doing everything in one workflow on purpose
33
# This way we make sure we don't access wiki pages from several jobs simultaneously
44

0 commit comments

Comments
 (0)