From 62421f210f6336df8e227712a6796a97abb66f0f Mon Sep 17 00:00:00 2001 From: schuer Date: Sat, 30 Dec 2023 10:40:22 +0100 Subject: [PATCH 1/2] docs --- .github/workflows/publish.yml | 2 ++ .github/workflows/test.yml | 2 ++ source/images.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6992c9..ea6eedb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,8 @@ jobs: collect: name: Collect images from directories runs-on: ubuntu-latest + # Map step outputs to job outputs, so that the data can be used in upcoming jobs + # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idoutputs outputs: IMAGES: ${{ steps.images.outputs.directories }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f11cdf6..45d45f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,8 @@ jobs: collect: name: Collect images from directories runs-on: ubuntu-latest + # Map step outputs to job outputs, so that the data can be used in upcoming jobs + # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idoutputs outputs: IMAGES: ${{ steps.images.outputs.directories }} diff --git a/source/images.yml b/source/images.yml index 0289664..4aa25ae 100644 --- a/source/images.yml +++ b/source/images.yml @@ -1,3 +1,5 @@ +# Images configuration + images: - name: "base" tags: ["base"] From 28e6ef374b51ea53270a63469048304d8771d0c4 Mon Sep 17 00:00:00 2001 From: schuer Date: Sat, 30 Dec 2023 10:40:33 +0100 Subject: [PATCH 2/2] add publish status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fcd4d6d..bcf8793 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Publish](https://github.com/FriendsOfREDAXO/docker-demos/actions/workflows/publish.yml/badge.svg)](https://github.com/FriendsOfREDAXO/docker-demos/actions/workflows/publish.yml) + # Docker website demo images for REDAXO A collection of website demos for [REDAXO](https://github.com/redaxo/redaxo/) CMS, developed and maintained by [Friends Of REDAXO](https://github.com/FriendsOfREDAXO).