Update .gitea/workflows/build-and-publish.yaml
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 38s
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 38s
This commit is contained in:
@@ -17,6 +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
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: git.gractwo.pl
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- 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