Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed May 2, 2024
1 parent e2256f0 commit 6863751
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
then
SKIP=1
fi
echo "SKIP=$SKIP" >> "$GITHUB_ENV"
# echo "SKIP=$SKIP" >> "$GITHUB_ENV"
echo "SKIP=0" >> "$GITHUB_ENV"
- name: free disk space
if: env.SKIP == '0'
run: |
Expand Down Expand Up @@ -68,7 +69,8 @@ jobs:
severity: 'MEDIUM,CRITICAL,HIGH'
scanners: "vuln"
- name: push image
if: env.SKIP == '0' && github.ref == 'refs/heads/main'
# if: env.SKIP == '0' && github.ref == 'refs/heads/main'
if: false
run: |
set -euxo pipefail
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
Expand Down

0 comments on commit 6863751

Please sign in to comment.