Skip to content

Commit

Permalink
Publish aries-cloudagent-bbs Docker image (openwallet-foundation#3175)
Browse files Browse the repository at this point in the history
* Resolves openwallet-foundation#3174

Signed-off-by: Robbie Blaine <[email protected]>
  • Loading branch information
rblaine95 authored Aug 16, 2024
1 parent 8e539b5 commit 29583ac
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,23 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
platforms: ${{ env.PLATFORMS }}

- name: Setup Image Metadata (BBS)
id: meta-bbs
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-bbs
tags: |
type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag || github.event.release.tag_name }}
- name: Build and Push extended Image to ghcr.io
uses: docker/build-push-action@v5
with:
push: true
context: .
file: docker/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta-bbs.outputs.tags }}
labels: ${{ steps.meta-bbs.outputs.labels }}
target: main
build-args: |
python_version=${{ matrix.python-version }}
Expand Down

0 comments on commit 29583ac

Please sign in to comment.