Skip to content

Commit

Permalink
ci: release image with built-in-as
Browse files Browse the repository at this point in the history
Close #93

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed May 24, 2023
1 parent e730641 commit ac7517b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
-
name: Build and push kbs (With built-in CoCo AS)
uses: docker/build-push-action@v4
with:
context: .
file: ./docker/Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/confidential-containers/key-broker-service:built-in-as-${{ github.ref_name }}
-
name: Build and push kbs (With the CoCo gRPC AS)
uses: docker/build-push-action@v4
Expand Down

0 comments on commit ac7517b

Please sign in to comment.