Skip to content

Commit

Permalink
add another missed semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Nov 9, 2023
1 parent 1e0203f commit 9682b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
images: openmined/grid-backend
tags: |
type=raw,value=${{ steps.grid-version.outputs.GRID_VERSION }}
type=raw,value={{ steps.release_checks.outputs.release_tag }}
type=raw,value=${{ steps.release_checks.outputs.release_tag }}
- name: Build and push `grid-backend` image to DockerHub
uses: docker/build-push-action@v5
Expand All @@ -254,7 +254,7 @@ jobs:
images: openmined/grid-frontend
tags: |
type=raw,value=${{ steps.grid-version.outputs.GRID_VERSION }}
type=raw,value={{ steps.release_checks.outputs.release_tag }}
type=raw,value=${{ steps.release_checks.outputs.release_tag }}
- name: Build and push `grid-frontend` image to DockerHub
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
images: openmined/grid-enclave
tags: |
type=raw,value=${{ steps.grid-version.outputs.GRID_VERSION }}
type=raw,value={{ steps.release_checks.outputs.release_tag }}
type=raw,value=${{ steps.release_checks.outputs.release_tag }}
- name: Build and push `grid-enclave` image to DockerHub
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9682b2a

Please sign in to comment.