From 92c0f97abb671efc9f23b7eb6d210a1895dbeff8 Mon Sep 17 00:00:00 2001 From: Piotr Pawlowski Date: Thu, 21 Sep 2023 19:04:46 +0200 Subject: [PATCH] Remove debug-related stuff --- .github/workflows/debug-image-pull.yaml | 29 ---------------------- .github/workflows/fileserver-container.yml | 8 ------ 2 files changed, 37 deletions(-) delete mode 100644 .github/workflows/debug-image-pull.yaml diff --git a/.github/workflows/debug-image-pull.yaml b/.github/workflows/debug-image-pull.yaml deleted file mode 100644 index ad8ddaa0..00000000 --- a/.github/workflows/debug-image-pull.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: Debug image pull from ghcr.io -on: - workflow_dispatch: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - pull: - name: Pull image - runs-on: ubuntu-latest - permissions: - packages: read - contents: read - steps: - - name: Login to temporary registry - id: login-ghcr - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: "Pull temporary image" - run: | - docker pull ghcr.io/flowforge/file-server:main diff --git a/.github/workflows/fileserver-container.yml b/.github/workflows/fileserver-container.yml index 97349840..1670c6dd 100644 --- a/.github/workflows/fileserver-container.yml +++ b/.github/workflows/fileserver-container.yml @@ -67,10 +67,6 @@ jobs: with: mask-password: 'true' - - name: "[DEBUG] logout from ghcr registry" - run: | - docker logout ghcr.io - - name: Login to temporary registry id: login-ghcr uses: docker/login-action@v3 @@ -79,10 +75,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: "[DEBUG] Pull temporary image" - run: | - docker pull ${{ needs.build-multi-architecture.outputs.image }} - - name: Push image to ECR uses: akhilerm/tag-push-action@v2.1.0 with: