Skip to content

Commit

Permalink
🎉 Update github workflows ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cairry authored Jan 7, 2025
1 parent 514be9e commit a6d946d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/${{ matrix.arch }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
VERSION=${{ env.DATE }}
VERSION=${{ env.BRANCH_NAME }}.${{ env.DATE }}.${{ env.SHORT_SHA }}
TARGETARCH=${{ matrix.arch }}
tags: |
cairry/watchalert:latest
Expand Down

0 comments on commit a6d946d

Please sign in to comment.