Skip to content

Commit

Permalink
Add support for building off a git ref
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Feb 16, 2023
1 parent 61e7ff0 commit bee4eb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
required: true
default: linux/amd64
type: string
ref:
description: 'The branch, tag or SHA to checkout.'
required: false
type: string

env:
# linux/386 platform support has been disabled pending a permanent fix for https://github.com/hyperledger/aries-cloudagent-python/issues/2124
Expand All @@ -33,6 +37,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: ${{ inputs.ref || '' }}

- name: Gather image info
id: info
Expand Down

0 comments on commit bee4eb5

Please sign in to comment.