From 79c238ae49be79ddd91bff078ea7c393979081e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pier=C5=9Bcionek?= Date: Sun, 15 Sep 2024 14:22:44 +0200 Subject: [PATCH] no multi arch for now --- .github/workflows/docker-image.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 95e51c2..601c679 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,23 +17,8 @@ jobs: contents: read id-token: write steps: - - name: Set up SSH - uses: MrSquaare/ssh-setup-action@v3 - with: - host: 188.245.42.209 - private-key: ${{ secrets.BUILDX_DE1 }} - private-key-name: buildx_de1 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - with: - platforms: linux/amd64,linux/arm64 - append: | - - endpoint: ssh://ghbuild@188.245.42.209 - platforms: linux/arm64 - - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Log in to GHCR if: github.event_name != 'pull_request' @@ -55,7 +40,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: latest + labels: 'latest'