ci: avoid using local tag on pr builds

local tags have specific meaning of exporting to local docker.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
v0.8
Tonis Tiigi 2020-11-25 22:09:56 -08:00
parent 731ee4dde7
commit 170d8f5466
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ jobs:
- name: Prepare - name: Prepare
id: prep id: prep
run: | run: |
TAG=local TAG=pr
PUSH=false PUSH=false
if [ "${{ github.event_name }}" = "schedule" ]; then if [ "${{ github.event_name }}" = "schedule" ]; then
TAG=nightly TAG=nightly