Skip to content

Commit

Permalink
Change tagging for images
Browse files Browse the repository at this point in the history
Add CI badge
  • Loading branch information
meffmadd committed Jul 30, 2024
1 parent 10318d3 commit 705c557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=tag
type=match,pattern=${{ matrix.pattern }},group=1
type=sha
type=raw,value=latest,enable={{is_default_branch}}
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FTU-Wien-dataLAB%2Fconfig-server-operator%2Fmain%2Fpyproject.toml)

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TU-Wien-dataLAB/config-server-operator/ci.yml?label=CI)


This operator provides CRDs to create key/value pairs (`KeyValuePair`). The operator combines these configuration objects into a single `ConfigMap` and deploys a REST API that can be used to access the individual values with the corresponding keys.

Expand Down

0 comments on commit 705c557

Please sign in to comment.