This commit is contained in:
Mohamed Belkamel 2025-04-17 16:39:01 +08:00 committed by GitHub
commit 06e6e9315a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,17 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: excalidraw/excalidraw:latest
tags: excalidraw/excalidraw:latest, excalidraw/excalidraw:arm64
platforms: linux/amd64, linux/arm64