Compare commits

..

No commits in common. "93c8d13c47759ca0cfb6cf2f97167d745cddfff1" and "30a675b24c4d0481fd47611f155ead75667ef58f" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
on: [push] on: [push]
env: env:
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }} REGISTRY: forge.hornwitser.no
REGISTRY_IMAGE: forge.hornwitser.no/hornwitser/builder:${{ github.ref_name }}
jobs: jobs:
build: build:
@ -32,7 +33,7 @@ jobs:
- -
name: Authenticate with registry name: Authenticate with registry
run: | run: |
echo "${{ secrets.REGISTRY_TOKEN }}" | buildah login ${{ vars.REGISTRY }} --username runner --password-stdin echo "${{ secrets.REGISTRY_TOKEN }}" | buildah login ${{ env.REGISTRY }} --username runner --password-stdin
- -
name: Build and push name: Build and push
run: | run: |

View file

@ -1,6 +1,6 @@
# Builder # Builder
Common container image used for running application builds, CI pipelines, and deployment scripts based on Debian Trixie. Common docker image used for running application builds, CI pipelines, and deployment scripts based on Debian 12.
## Tools included ## Tools included