Skip to content

Commit

Permalink
remove encryption check from image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored May 4, 2022
1 parent 4741740 commit 7e85d8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ jobs:
HOSTNAME=172.17.0.1
GEM_OAUTH_TOKEN=${{ secrets.GH_PAT }}
- name: Check Console access
run: docker run --network="host" ${{ needs.prep.outputs.taggedImage }} /bin/bash .docker/check-console.sh

- name: Scan Docker image
if: github.event_name != 'pull_request'
id: scan
Expand Down

0 comments on commit 7e85d8d

Please sign in to comment.