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

This commit is contained in:
Julius Zeidler 2025-04-10 00:54:04 +02:00
parent f0a09d1fcb
commit 6996b0e324

View file

@ -48,12 +48,12 @@ jobs:
steps: steps:
- name: Checkout the repo - name: Checkout the repo
uses: actions/checkout@v4 uses: actions/checkout@v4
# - name: Login to the registry - name: Login to the registry
# uses: docker/login-action@v3 uses: docker/login-action@v3
# with: with:
# registry: ${{ secrets.REGISTRY_URL }} registry: ${{ vars.REGISTRY_URL }}
# username: ${{ secrets.REGISTRY_USER }} username: ${{ vars.REGISTRY_USER }}
# password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
@ -65,4 +65,4 @@ jobs:
push: true push: true
provenance: false provenance: false
platforms: linux/amd64, linux/arm64 platforms: linux/amd64, linux/arm64
tags: ${{ secrets.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}:latest tags: ${{ vars.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}:latest