remove wrong build command

This commit is contained in:
Hayden 2022-10-10 19:51:15 -08:00
parent 900d3de4dd
commit 00c3e1bfc9
1 changed files with 0 additions and 6 deletions

View File

@ -44,12 +44,6 @@ jobs:
env:
CR_PAT: ${{ secrets.GH_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: user/app:latest
- name: build nightly the image
if: ${{ inputs.release == false }}
run: |