Skip to content

Commit

Permalink
add buildx to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-gaitzsch committed Apr 30, 2024
1 parent 930eb7c commit 04ab0c9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ jobs:
ghcr.io/${{ github.repository }}:latest${{ matrix.variant.tagSuffix }}
ghcr.io/${{ github.repository }}:v${{ env.VERSION }}${{ matrix.variant.tagSuffix }}
push: true

- name: Build and push docker image without playground
uses: docker/build-push-action@v2
with:
platforms: linux/amd64, linux/arm64
file: ./Dockerfile.withoutPlayground
context: ./
tags: |
lucasgaitzsch/pdf-turtle:latest-without-playground
lucasgaitzsch/pdf-turtle:v${{ env.VERSION }}-without-playground
ghcr.io/${{ github.repository }}:latest-without-playground
ghcr.io/${{ github.repository }}:v${{ env.VERSION }}-without-playground
push: true

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
Expand Down

0 comments on commit 04ab0c9

Please sign in to comment.