push only to github
Some checks failed
ci / docker (push) Failing after 11m2s

This commit is contained in:
Chris 2025-06-10 10:44:33 +02:00
parent 469ef7f5ea
commit 83926b0f9a

7
.github/workflows/build-docker.yml vendored Normal file → Executable file
View File

@ -20,7 +20,6 @@ jobs:
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |
hascheksolutions/http2pic
ghcr.io/hascheksolutions/http2pic ghcr.io/hascheksolutions/http2pic
# generate Docker tags based on the following events/attributes # generate Docker tags based on the following events/attributes
tags: | tags: |
@ -35,12 +34,6 @@ jobs:
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR - name: Login to GHCR
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v3 uses: docker/login-action@v3