fixed syntax

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 21:07:34 +01:00
parent 202d7deeb9
commit c6dac692de

View File

@@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASS }} password: ${{ secrets.REGISTRY_PASS }}
- name: Re-tag the most recent image - name: Re-tag the most recent image
- run: | run: |
REGISTRY="${{ secrets.REGISTRY_PATH }}" REGISTRY="${{ secrets.REGISTRY_PATH }}"
REPO="umbrella" REPO="umbrella"
USER="${{ secrets.DOCKER_USERNAME }}" USER="${{ secrets.DOCKER_USERNAME }}"