Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock authored Jul 14, 2024
1 parent ea23c37 commit dcfa860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/buildtheearth/uptime-kuma:$(git rev-parse --short HEAD) --tag ghcr.io/buildtheearth/uptime-kuma:latest
run: docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 --tag ghcr.io/buildtheearth/uptime-kuma:$(git rev-parse --short HEAD) --tag ghcr.io/buildtheearth/uptime-kuma:latest --target release .
- name: Docker push tag
run: docker push ghcr.io/buildtheearth/uptime-kuma:$(git rev-parse --short HEAD)
- name: Docker push latest
Expand Down

0 comments on commit dcfa860

Please sign in to comment.