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)"
|
||||
- name: Build and push docker
|
||||
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}}
|
||||
stage_deployment:
|
||||
name: stage-deployment
|
||||
|
Loading…
Reference in New Issue
Block a user