Skip to content

Commit 069c48c

Browse files
committed
update CI Docker Hub autoDeploy
1 parent 57d0050 commit 069c48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/build-push-action@v6
2424
with:
2525
platforms: linux/amd64,linux/arm64
26-
context: docker/php
27-
file: docker/php/Dockerfile
26+
context: ./docker/php
27+
file: ./docker/php/Dockerfile
2828
push: true
2929
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest

0 commit comments

Comments
 (0)