From fa91bf6c6095b4b15a3c3f74f2294e73604300a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 18 Sep 2023 13:54:47 +0200 Subject: [PATCH] ci/cd change needs and logic in test core linux --- .github/workflows/dev.yml | 4 ++-- .github/workflows/test-core-linux.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c89473df5..4f9ecdac4 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -131,7 +131,7 @@ jobs: # Push with dev tag push-dev: - needs: [tests-ui, tests-core, tests-core-linux] + needs: [tests-ui, tests-core] runs-on: ubuntu-latest permissions: contents: read @@ -171,7 +171,7 @@ jobs: # Push Linux packages push-packages: - needs: [tests-ui, tests-core, tests-core-linux] + needs: [tests-core-linux] strategy: matrix: linux: [ubuntu, debian, fedora, el] diff --git a/.github/workflows/test-core-linux.yml b/.github/workflows/test-core-linux.yml index 216d6514d..4297b35aa 100644 --- a/.github/workflows/test-core-linux.yml +++ b/.github/workflows/test-core-linux.yml @@ -29,9 +29,9 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Pull BW linux ubuntu test image - run: docker pull ghcr.io/bunkerity/ubuntu-tests:${{ inputs.RELEASE }} && docker tag ghcr.io/bunkerity/ubuntu-tests:${{ inputs.RELEASE }} local/ubuntu:latest + run: docker pull ghcr.io/bunkerity/ubuntu-tests:${{ inputs.RELEASE }} - name: Run BW linux ubuntu test image - run: docker run --rm -v /tmp/bunkerweb_deb:/data local/ubuntu:latest + run: docker run --rm -v /tmp/bunkerweb_deb:/data ghcr.io/bunkerity/ubuntu-tests:${{ inputs.RELEASE }} - name: Install BunkerWeb run: | # Install NGINX