Skip to content

Commit

Permalink
CD - Remove responsability of building and pushing the Docker image f…
Browse files Browse the repository at this point in the history
…or different architectures
  • Loading branch information
Juansecu committed May 13, 2024
1 parent b127959 commit 3fb7b7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deliver-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 3fb7b7f

Please sign in to comment.