ci: fix typo

This commit is contained in:
dec0dOS 2021-03-22 21:55:55 +03:00
parent 955aa1653e
commit b2d3c22c66

View file

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare zero-ui
- name: Prepare zero-ui
id: prep_zero-ui
run: |
DOCKER_IMAGE=${{ secrets.DOCKER_HUB_USERNAME }}/zero-ui
@ -62,7 +62,7 @@ jobs:
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Build and push
- name: Build and push
id: docker_build_zerotier-controller
uses: docker/build-push-action@v2
with: