Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusnordlander committed Feb 19, 2024
1 parent 46494f4 commit 73730f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: login to docker hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: build the image
run: "docker buildx build --pull --push --tag rdey/frankenphp-base --platform linux/amd64,linux/arm64 7.4"
run: "docker buildx build --pull --push --tag rdey/frankenphp-base --platform linux/amd64,linux/arm64 ."

0 comments on commit 73730f4

Please sign in to comment.