@@ -9,8 +9,8 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: git.atlashorizon.net
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
IMAGE_NAME: ${{ gitea.repository }}
|
||||
GITHUB_TOKEN: "" # Clears the default runtime token causing auth mixups
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Extract image metadata (tags, labels)
|
||||
|
||||
Reference in New Issue
Block a user