update docker action + readme
Some checks failed
Build docker container / build (push) Failing after 7m26s

This commit is contained in:
2026-02-09 09:25:34 +01:00
parent eece21742c
commit 5c662bae69
2 changed files with 8 additions and 1 deletions

View File

@@ -56,4 +56,9 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Update docker Hub Description
uses: peter-evans/dockerhub-description@v5
with:
username: ${{ secrets.DOCKER_HUB_USERNAME}}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}