fix incorrect context
This commit is contained in:
2
.github/workflows/build-nightly-cron.yaml
vendored
2
.github/workflows/build-nightly-cron.yaml
vendored
@@ -322,7 +322,7 @@ jobs:
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ${{ gitea.workspace }}/docker
|
||||
context: ${{ env.SOURCECODE_DIR }}/docker
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: |
|
||||
|
||||
Reference in New Issue
Block a user