From 3fb7b7f99491b65633e7b73f94893b8463e54fbf Mon Sep 17 00:00:00 2001 From: Juansecu Date: Mon, 13 May 2024 02:50:32 -0500 Subject: [PATCH] CD - Remove responsability of building and pushing the Docker image for different architectures --- .github/workflows/deliver-application.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deliver-application.yml b/.github/workflows/deliver-application.yml index c063d8a..f335a38 100644 --- a/.github/workflows/deliver-application.yml +++ b/.github/workflows/deliver-application.yml @@ -49,11 +49,6 @@ jobs: strategy: matrix: docker-repository: [ juansecu/letsencrypt-acme-challenge-server ] - platforms: - - linux/amd64 - - linux/arm/v6 - - linux/arm/v7 - - linux/arm64/v8 permissions: contents: read steps: @@ -68,6 +63,5 @@ jobs: with: context: . file: ./Dockerfile - platforms: ${{ matrix.platforms }} push: true tags: ${{ matrix.docker-repository }}:${{ github.ref_name }},${{ matrix.docker-repository }}:latest