fix token passing
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 12s
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 12s
This commit is contained in:
@@ -17,12 +17,12 @@ jobs:
|
||||
-t git.gractwo.pl/gractwo/arche:latest \
|
||||
-t git.gractwo.pl/gractwo/arche:${{gitea.sha}} \
|
||||
.
|
||||
- name: Log in to GitHub Container Registry
|
||||
- name: log into package registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.gractwo.pl
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ gitea.token }}
|
||||
password: ${{ secrets.TOKEN2 }}
|
||||
- name: publish
|
||||
run: docker push git.gractwo.pl/gractwo/arche:${{gitea.sha}}
|
||||
- uses: actions-hub/kubectl@master
|
||||
|
||||
Reference in New Issue
Block a user