Skip to content

Commit

Permalink
Merge pull request #2 from Intellection/update_release_process
Browse files Browse the repository at this point in the history
Improve release workflow
  • Loading branch information
itskingori authored Nov 19, 2024
2 parents 6712bc2 + 2cefbf4 commit 475f227
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

env:
IMAGE: zappi/celery-exporter

jobs:
github:
runs-on: ubuntu-latest
Expand All @@ -22,8 +25,6 @@ jobs:
docker-hub:
needs: github
runs-on: ubuntu-latest
env:
IMAGE: zappi/celery-exporter
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -58,6 +59,13 @@ jobs:
annotations: ${{ steps.metadata.outputs.annotations }}
labels: ${{ steps.metadata.outputs.labels }}
tags: ${{ steps.metadata.outputs.tags }}

docker-hub-description:
needs: docker-hub
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update Description On Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# docker-celery-exporter

[![release](https://github.com/Intellection/docker-celery-exporter/actions/workflows/release.yml/badge.svg)](https://github.com/Intellection/docker-celery-exporter/actions/workflows/release.yml) [![test](https://github.com/Intellection/docker-celery-exporter/actions/workflows/test.yml/badge.svg)](https://github.com/Intellection/docker-celery-exporter/actions/workflows/test.yml)

Docker image for [`danihodovic/celery-exporter`](https://github.com/danihodovic/celery-exporter), a Prometheus exporter for Celery metrics.

## Motivations
Expand Down

0 comments on commit 475f227

Please sign in to comment.