This commit is contained in:
2023-11-18 23:50:33 +01:00
parent bc6e73d058
commit 942c0733b6

View File

@@ -23,7 +23,7 @@ jobs:
# BUILD & PUSH
- name: Checkout private tools
uses: https://github.com/actions/checkout@v3
uses: actions/checkout@v3
with:
# tape git@gitea.jingoh.fr port 22 et pas port 443 cet ane (should be ssh://gitea.jingoh.fr:443/$repository au lieu de ssh://gitea.jingoh.fr:$repository)
repository: staffadmin/gitea-runner
@@ -43,4 +43,6 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: user/app:latest
tags: user/app:latest
secrets: |
GIT_AUTH_TOKEN=${{ secrets.ACCESS_TOKEN_GIT }}