build: upgrade nano-rust image
This commit is contained in:
parent
beba17e1bd
commit
803ead6390
@ -54,7 +54,7 @@ jobs:
|
|||||||
run: echo "::set-output name=short_hash::$(git rev-parse --short HEAD)"
|
run: echo "::set-output name=short_hash::$(git rev-parse --short HEAD)"
|
||||||
- name: Build and push docker
|
- name: Build and push docker
|
||||||
run: |
|
run: |
|
||||||
docker build . -t git.nanobyte.cz/$GITHUB_REPOSITORY_OWNER/ovlach_frontend:${{steps.git.outputs.short_hash}} --build-arg GITEA_TOKEN="Bearer ${{secrets.DEPLOYMENT_PACKAGE}}" && \
|
docker build . -t git.nanobyte.cz/$GITHUB_REPOSITORY_OWNER/ovlach_frontend:${{steps.git.outputs.short_hash}} --build-arg GITEA_TOKEN="${{secrets.DEPLOYMENT_PACKAGE}}" && \
|
||||||
docker push git.nanobyte.cz/$GITHUB_REPOSITORY_OWNER/ovlach_frontend:${{steps.git.outputs.short_hash}}
|
docker push git.nanobyte.cz/$GITHUB_REPOSITORY_OWNER/ovlach_frontend:${{steps.git.outputs.short_hash}}
|
||||||
stage_deployment:
|
stage_deployment:
|
||||||
name: stage-deployment
|
name: stage-deployment
|
||||||
|
Loading…
Reference in New Issue
Block a user