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
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 9m6s
Reviewed-on: #6
This commit is contained in:
commit
b3fd296b68
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user