Skip to content

Commit

Permalink
Merge pull request #16 from FriendsOfREDAXO/schuer-docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
schuer authored Dec 30, 2023
2 parents 70fface + 28e6ef3 commit c808879
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 2 additions & 0 deletions source/images.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Images configuration

images:
- name: "base"
tags: ["base"]
Expand Down

0 comments on commit c808879

Please sign in to comment.