parent
65b095c9b3
commit
678e6c5c72
1 changed files with 4 additions and 0 deletions
|
@ -9,17 +9,21 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Install buildah
|
||||
shell: sh
|
||||
run: |
|
||||
apk add buildah
|
||||
-
|
||||
name: Checkout
|
||||
shell: sh
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Authenticate with registry
|
||||
shell: sh
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | buildah login ${{ env.REGISTRY }} --username "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
|
||||
-
|
||||
name: Build and push
|
||||
shell: sh
|
||||
run: |
|
||||
id
|
||||
$GITHUB_WORKSPACE/builder.sh ${{ env.REGISTRY_IMAGE }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue