Skip to content

Commit

Permalink
👷 More build & release upload tweaks & fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jan 24, 2025
1 parent e159949 commit 336dc0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@ jobs:
commit: ${{ github.sha }}
tag: ${{ env.SHA_SHORT }}
name: Dev Build Prerelease-${{ env.SHA_SHORT }}
artifacts: "artifacts/**/Dockerfile,artifacts/**/welcome"
artifacts: "artifacts/*.zip"
4 changes: 2 additions & 2 deletions .github/workflows/release.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# MadScienceLab Docker Images Builds
## MadScienceLab Docker Images Builds

Each build produces multiple variants of the `madsciencelab` Docker images containing Ceedling and its supporting frameworks as well as various utilities and compilation toolchains. Each image targets multiple host platforms.

A dev build of this repository in a Github Action generates files and validates the Docker image build. A release build also pushes the resulting Docker images to Docker hub.

See the [Docker Hub repository](https://hub.docker.com/r/throwtheswitch) for official releases of the resulting Docker images and their documentation.

# Contents
## Contents

* A zip archive for each Docker image containing the generated Dockerfile and any other generated file artifacts used to build the image in Docker Hub.
* A zip archive of the entire project including the static assets used to build the Docker images.
Expand Down

0 comments on commit 336dc0d

Please sign in to comment.