Update .gitea/workflows/backed_build-image.yaml
All checks were successful
Build and push docker image / Build (pull_request) Successful in 3m4s
Build and release APK / Build APK (pull_request) Successful in 4m49s
Build web / Build Web (pull_request) Successful in 1m51s

This commit is contained in:
Remy Moll 2024-05-29 22:37:22 +00:00
parent 03da8441f2
commit beee9614c5

View File

@ -18,7 +18,7 @@ jobs:
with:
registry: git.kluster.moll.re
username: ${{ gitea.repository_owner }}
password: ${{ secrets.GITEA_TOKEN}}
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3