Skip to content

Commit

Permalink
remove temporary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed May 3, 2024
1 parent 31bf4d5 commit 30a3a19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
name: 'trivy-sbom-report-${{ matrix.package }}'
path: 'dependency-results.sbom.json'
- name: push image
# if: env.SKIP == '0' && github.ref == 'refs/heads/main'
if: false
if: env.SKIP == '0' && github.ref == 'refs/heads/main'
run: |
set -euxo pipefail
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
Expand Down
1 change: 0 additions & 1 deletion software/FSL/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# test 3
FROM ubuntu:20.04

ARG FSL_VERSION="6.0.7.9"
Expand Down

0 comments on commit 30a3a19

Please sign in to comment.