diff --git a/.github/workflows/auto-docker-latest.yml b/.github/workflows/auto-docker-latest.yml index 7b9ac01..237b956 100644 --- a/.github/workflows/auto-docker-latest.yml +++ b/.github/workflows/auto-docker-latest.yml @@ -41,5 +41,6 @@ jobs: with: context: . file: ./local.Dockerfile + platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/databasir:latest \ No newline at end of file diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index c8e3023..3688fb1 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -50,5 +50,6 @@ jobs: with: context: . file: ./local.Dockerfile + platforms: linux/amd64,linux/arm64 push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/databasir:${{ github.event.inputs.tag }} \ No newline at end of file