Skip to content

Commit

Permalink
Update push-to-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gymnae authored Sep 26, 2023
1 parent 79f8905 commit da3ff5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
DSLIM_HTTP_PROBE: false
DSLIM_PULL: true
DSLIM_IMAGE_BUILD_ARCH: amd64,aarch64
DSLIM_IMAGE_BUILD_ARCH: linux/amd64,linux/arm64
DSLIM_HOST_EXEC: "/bin/bash ls && php-fpm"
with:
target: ${{ github.repository }}:latest
Expand Down

0 comments on commit da3ff5d

Please sign in to comment.