mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-19 13:01:30 -07:00
ci: fix typo
This commit is contained in:
parent
955aa1653e
commit
b2d3c22c66
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Prepare zero-ui
|
- name: Prepare zero-ui
|
||||||
id: prep_zero-ui
|
id: prep_zero-ui
|
||||||
run: |
|
run: |
|
||||||
DOCKER_IMAGE=${{ secrets.DOCKER_HUB_USERNAME }}/zero-ui
|
DOCKER_IMAGE=${{ secrets.DOCKER_HUB_USERNAME }}/zero-ui
|
||||||
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
tags: ${{ steps.prep.outputs.tags }}
|
tags: ${{ steps.prep.outputs.tags }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build_zerotier-controller
|
id: docker_build_zerotier-controller
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue