diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 6760be6..8926c14 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -1,6 +1,7 @@ on: [push] 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: build: @@ -32,7 +33,7 @@ jobs: - name: Authenticate with registry 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 run: | diff --git a/Readme.md b/Readme.md index 116ad9e..7e8fe3a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # 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