Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EspressoAddicted authored Mar 3, 2024
1 parent 4950688 commit 0f9f94c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Set up QEMU
- uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3
- name: Build the Docker image
- run: docker buildx build . --file Dockerfile --platform linux/amd64 --platform linux/arm64 --tag pb-ip-monitor:$(date +%s)
run: docker buildx build . --file Dockerfile --platform linux/amd64 --platform linux/arm64 --tag pb-ip-monitor:$(date +%s)

0 comments on commit 0f9f94c

Please sign in to comment.