mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 03:06:08 +02:00
FIx path
This commit is contained in:
parent
aa78b0de1c
commit
ecb9d691e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-push.yml
vendored
2
.github/workflows/docker-build-push.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: /25/apache
|
context: ./25/apache
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nextcloud-full:25-apache-latest
|
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nextcloud-full:25-apache-latest
|
Loading…
Add table
Reference in a new issue