From 8305d12924b1871c44d048170d053bb6e1cb4b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Fri, 27 Jan 2023 13:30:03 +0100 Subject: [PATCH] added CI changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 10d93b5..6eafb69 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -145,7 +145,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GH_PACKAGE_DEPLOYMENT }} - name: Docker meta id: semver # you'll use this in the next step uses: docker/metadata-action@v3 @@ -166,7 +166,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm/v7,linux/arm/v8 + platforms: linux/amd64, linux/armv7 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.semver.outputs.tags }} labels: ${{ steps.semver.outputs.labels }} \ No newline at end of file