Compare commits

..

3 Commits

Author SHA1 Message Date
b3fd296b68 Merge pull request 'gitea action: removed password from yaml' (#6) from add_gitea_action_pipeline into master
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 9m6s
Reviewed-on: #6
2025-11-11 11:51:50 +01:00
Andreas Meier
ea7ee380c5 gitea action: removed password from yaml
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 9m2s
2025-11-11 11:55:00 +01:00
6376032d51 Merge pull request 'Dockerfile: set base image to 24.04 to be more specific' (#5) from maintain_dockerfile into master
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 9m3s
Reviewed-on: #5
2025-11-11 11:31:09 +01:00

View File

@ -18,7 +18,6 @@ jobs:
registry: ${{ vars.PRIVATE_REGISTRY_DOMAIN }}
username: ${{ secrets.PRIVATE_REGISTRY_USER }}
password: ${{ secrets.PRIVATE_REGISTRY_PASSWORD }}
#password: LibgegWaltAtcogwecGaj@Knyajes4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@ -50,4 +49,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ vars.PRIVATE_REGISTRY_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:latest
tags: ${{ vars.PRIVATE_REGISTRY_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:latest