Compare commits

...

2 commits

Author SHA1 Message Date
93c8d13c47 Remove hardcoded references to the registry
All checks were successful
/ build (push) Successful in 2m56s
2025-05-18 20:43:39 +02:00
715b3e9314 Update readme 2025-05-18 20:36:31 +02:00
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,6 @@
on: [push] on: [push]
env: env:
REGISTRY: forge.hornwitser.no REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
REGISTRY_IMAGE: forge.hornwitser.no/hornwitser/builder:${{ github.ref_name }}
jobs: jobs:
build: build:
@ -33,7 +32,7 @@ jobs:
- -
name: Authenticate with registry name: Authenticate with registry
run: | 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 name: Build and push
run: | run: |

View file

@ -1,6 +1,6 @@
# Builder # 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 ## Tools included