Skip to content

Commit

Permalink
Added redundant bump version to docker images build
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Nov 29, 2023
1 parent 75ffad5 commit f0181f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ jobs:
fi
echo "grid_version=$(python packages/grid/VERSION)" >> $GITHUB_OUTPUT
# TODO: Optimize redundant bump protocol version checks
- name: Check and Bump Protocol Version
run: |
if [[ $(python packages/grid/VERSION) != *"beta"* ]]; then
export BUMP=True
fi
tox -e syft.protocol.check
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit f0181f6

Please sign in to comment.