ci: fixed workflow

This commit is contained in:
dec0dOS 2021-03-22 22:03:47 +03:00
parent dc0c28ea2b
commit 834ad52eef

View file

@ -59,7 +59,7 @@ jobs:
file: ./docker/zero-ui/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
tags: ${{ steps.prep_zero-ui.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Build and push
@ -70,6 +70,6 @@ jobs:
file: ./docker/zerotier/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
tags: ${{ steps.prep_zerotier-controller.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache