diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 05:10:36 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | c73c71cc83fc48581c49cf1698d05fbc7aa54fe3 (patch) | |
| tree | d9add08a60ebb6fd92538e2aeb89e4cb38537a44 /.github/workflows/docker.yml | |
| parent | 2141d620695dc13c97ba1b8851248d71fa3ce4a5 (diff) | |
Fixed Dockerfile
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 053b6833..d2c2629a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -36,16 +36,6 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64 - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - - - name: Build and push Docker image ARM64 - uses: docker/build-push-action@v4 - with: - context: . - file: .github/DockerfileARM - push: ${{ github.event_name != 'pull_request' }} - platforms: linux/arm64 + platforms: linux/amd64, linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} |
