Skip to content

Commit

Permalink
Update mailfix_build_push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhigh committed Jun 19, 2024
1 parent 28ae388 commit a82a26d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mailfix_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Build and push Docker image
env:
IMAGE_NAME: kindleear/mailfix
TAG_LATEST: latest
run: |
docker buildx build --push --platform=linux/amd64,linux/arm64 -t $IMAGE_NAME:$TAG_LATEST -f docker/postfix/Dockerfile .
cd docker/postfix
docker buildx build --push --platform=linux/amd64,linux/arm64 -t kindleear/mailfix -f Dockerfile .

0 comments on commit a82a26d

Please sign in to comment.