Skip to content

Commit

Permalink
Remove debug-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Sep 21, 2023
1 parent 09ac90b commit 92c0f97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/debug-image-pull.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
Expand Down

0 comments on commit 92c0f97

Please sign in to comment.