Compare commits
2 commits
30a675b24c
...
93c8d13c47
Author | SHA1 | Date | |
---|---|---|---|
93c8d13c47 | |||
715b3e9314 |
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
on: [push]
|
||||
env:
|
||||
REGISTRY: forge.hornwitser.no
|
||||
REGISTRY_IMAGE: forge.hornwitser.no/hornwitser/builder:${{ github.ref_name }}
|
||||
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -33,7 +32,7 @@ jobs:
|
|||
-
|
||||
name: Authenticate with registry
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | buildah login ${{ env.REGISTRY }} --username runner --password-stdin
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | buildah login ${{ vars.REGISTRY }} --username runner --password-stdin
|
||||
-
|
||||
name: Build and push
|
||||
run: |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Builder
|
||||
|
||||
Common docker image used for running application builds, CI pipelines, and deployment scripts based on Debian 12.
|
||||
Common container image used for running application builds, CI pipelines, and deployment scripts based on Debian Trixie.
|
||||
|
||||
## Tools included
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue