5 Commits

Author SHA1 Message Date
1443cfee12 ok only docker hub
Some checks failed
ci / docker (push) Failing after 9m27s
2025-06-10 11:06:45 +02:00
0d17b5d474 write permissions for packages
Some checks failed
ci / docker (push) Failing after 11m14s
2025-06-10 11:02:01 +02:00
3eed66b9a9 testing
Some checks failed
ci / docker (push) Failing after 11m17s
2025-06-10 10:54:13 +02:00
184e673277 correct token for docker login
Some checks failed
ci / docker (push) Failing after 11m17s
2025-06-10 10:51:10 +02:00
83926b0f9a push only to github
Some checks failed
ci / docker (push) Failing after 11m2s
2025-06-10 10:44:33 +02:00

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

@ -21,7 +21,6 @@ jobs:
# list of Docker images to use as base name for tags
images: |
hascheksolutions/http2pic
ghcr.io/hascheksolutions/http2pic
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
@ -41,13 +40,6 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with: