Skip to content

Commit

Permalink
fix(actions): sanity versions for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
beiertu-mms committed Dec 8, 2023
1 parent 6834092 commit 59afedd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Sanity versions
env:
GRYPE: ${{ env.GRYPE_VERSION }}
SBOMQS: ${{ env.SBOMQS_VERSION }}
run: |
echo "Sanity provided versions for docker build"
{
echo "GRYPE_VERSION=${GRYPE#v}"
echo "SBOMQS_VERSION=${SBOMQS#v}"
} >> "$GITHUB_ENV"
- name: Docker build
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 59afedd

Please sign in to comment.