Update build workflow to use dynamic registry from environment variable
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "Login into docker registry"
|
||||
run: echo "${{ secrets.RELEASE_TOKEN }}" | docker login ghcr.io -u ${{ gitea.actor }} --password-stdin
|
||||
run: echo "${{ secrets.RELEASE_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ gitea.actor }} --password-stdin
|
||||
|
||||
- name: "Build apko image"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user