typo fixed
Some checks failed
Workflow de prueba / Build and push images (push) Has been cancelled

This commit is contained in:
Guillermo
2026-02-13 12:40:35 +00:00
parent 1f2928a71d
commit 3721bdd35f

View File

@@ -30,7 +30,7 @@ jobs:
with: with:
url: git.beyondcx.org url: git.beyondcx.org
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGITRY_PWD }} password: ${{ secrets.REGISTRY_PWD }}
- name: Echo the Tag - name: Echo the Tag
run: echo "Tag ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }}" run: echo "Tag ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }}"