Update deploy.yaml
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 2m9s

This commit is contained in:
2025-08-29 09:59:37 +02:00
parent 03877ae991
commit f7cf62fbbe

View File

@@ -26,7 +26,7 @@ jobs:
env: env:
super_secret: ${{ secrets.REGISTRY_TOKEN }} super_secret: ${{ secrets.REGISTRY_TOKEN }}
if: ${{ env.super_secret == '' }} if: ${{ env.super_secret == '' }}
run: 'echo "echo the secret \"REGISTRY_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it" run: 'echo "echo the secret \"REGISTRY_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"'
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: