Skip to content

Commit

Permalink
update readme and remove unused step in gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Larivière <[email protected]>
  • Loading branch information
larivierec committed Dec 11, 2023
1 parent 5cb495a commit adc02ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Docker meta
# id: meta
# uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5
# with:
# images: ghcr.io/${{github.repository_owner}}/${{ matrix.image.name }}
# tags: |
# type=raw,value=v${{matrix.image.version}}
# type=raw,value=latest,enable={{is_default_branch}}

- name: Build and Push
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
id: build
Expand Down Expand Up @@ -244,4 +235,4 @@ jobs:
shell: bash
run: |
docker buildx imagetools create $(jq -cr '. | map("-t ghcr.io/${{ env.LOWERCASE_REPO_OWNER }}/${{matrix.image.name}}:" + .) | join(" ")' <<< "$TAGS") \
$(printf 'ghcr.io/${{ env.LOWERCASE_REPO_OWNER }}/${{ matrix.image.name }}@sha256:%s ' *)
$(printf 'ghcr.io/${{ env.LOWERCASE_REPO_OWNER }}/${{ matrix.image.name }}@sha256:%s ' *)
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# containers

Various containers used throughout my cluster and other projects.
Various containers used throughout my cluster and other projects.

Largely inspired by onedr0p's repository, most of the github actions come from there
My initial version was only working with single platform. For multi-platform, it needed more work and I used and understood how it was done in his containers repo!

Only difference in this version is it used golang for the api, I thought i'd try something different instead of copy/pasting the python.

# Note

This repo does not test the images, be warned!

## 🤝 Gratitude and Thanks

Thanks to all the people who donate their time to the [Home Operations](https://discord.gg/home-operations) Discord community. Be sure to check out [kubesearch.dev](https://kubesearch.dev/) for ideas on how to deploy applications or get ideas on what you may deploy.

- onedr0p
- bjw-s

For all their hard work and dedication

0 comments on commit adc02ad

Please sign in to comment.