test
Some checks failed
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Failing after 17s

This commit is contained in:
Julius Zeidler 2025-04-10 00:49:22 +02:00
parent 32242a01ef
commit f0a09d1fcb

View file

@ -48,12 +48,12 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Login to the registry
uses: docker/login-action@v3
with:
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
# - name: Login to the registry
# uses: docker/login-action@v3
# with:
# registry: ${{ secrets.REGISTRY_URL }}
# username: ${{ secrets.REGISTRY_USER }}
# password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with: