Skip to content

Commit

Permalink
chore: fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Sep 20, 2024
1 parent dd74211 commit 10c3711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Sign into Docker
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Build latest Docker image and push to Docker Hub
run: docker buildx build --push -t justintime50/easypost-tools-ui --platform linux/amd64,linux/arm/v7,linux/arm64 .
run: docker buildx build --push -t justintime50/easypost-tools-ui --platform linux/amd64,linux/arm64 .

0 comments on commit 10c3711

Please sign in to comment.