try gitea action
All checks were successful
/ build (push) Successful in 1m20s

This commit is contained in:
2024-07-30 21:19:53 +02:00
parent 2f73fc3dd1
commit 44c643d9d4

View File

@ -21,7 +21,10 @@ jobs:
registry: ${{ vars.CONTAINER_REGISTRY_URL }}
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
- uses: docker/build-push-action@v6
with:
push: true
tags: ${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository }}:latest
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
# - uses: docker/build-push-action@v6
# with:
# push: true
# tags: ${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository }}:latest