Forgejo doesn't support GITHUB_TOKEN </3
All checks were successful
Build and Publish / build_and_publish (push) Successful in 14s

This commit is contained in:
Nexus 2024-06-03 18:22:28 +01:00
parent 263e4db7f9
commit c2ea457d31
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -16,7 +16,7 @@ jobs:
with:
registry: git.i-am.nexus
username: nex
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_TOKEN }}
- name: Build Docker image
run: |
docker build -t git.i-am.nexus/nex/link-elongater:latest .