Skip to content

Commit

Permalink
update CI Docker Hub autoDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Nov 20, 2024
1 parent 57d0050 commit 069c48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: docker/php
file: docker/php/Dockerfile
context: ./docker/php
file: ./docker/php/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest

0 comments on commit 069c48c

Please sign in to comment.