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:latest \
|
||||||
-t git.gractwo.pl/gractwo/arche:${{gitea.sha}} \
|
-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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.gractwo.pl
|
registry: git.gractwo.pl
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.TOKEN2 }}
|
||||||
- name: publish
|
- name: publish
|
||||||
run: docker push git.gractwo.pl/gractwo/arche:${{gitea.sha}}
|
run: docker push git.gractwo.pl/gractwo/arche:${{gitea.sha}}
|
||||||
- uses: actions-hub/kubectl@master
|
- uses: actions-hub/kubectl@master
|
||||||
|
|||||||
Reference in New Issue
Block a user