We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d005d76 commit 57d0050Copy full SHA for 57d0050
.github/workflows/docker.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: docker/build-push-action@v6
24
with:
25
platforms: linux/amd64,linux/arm64
26
- context: ./docker/php
27
- file: ./docker/php/Dockerfile
+ context: docker/php
+ file: docker/php/Dockerfile
28
push: true
29
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
0 commit comments