forked from mirrors/homebox
remove wrong build command
This commit is contained in:
parent
900d3de4dd
commit
00c3e1bfc9
1 changed files with 0 additions and 6 deletions
6
.github/workflows/partial-publish.yaml
vendored
6
.github/workflows/partial-publish.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue