Compare commits
No commits in common. "main" and "1.0.1" have entirely different histories.
@ -21,16 +21,12 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set lowercase repository name
|
|
||||||
run: echo "REPO_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Kaniko build
|
- name: Kaniko build
|
||||||
# https://github.com/aevea/action-kaniko/releases
|
# https://github.com/aevea/action-kaniko/releases
|
||||||
uses: aevea/action-kaniko@v0.14.0
|
uses: aevea/action-kaniko@v0.14.0
|
||||||
with:
|
with:
|
||||||
# repo setup
|
# repo setup
|
||||||
registry: gitea.sikorski.cloud
|
image: ${{ github.repository }}
|
||||||
image: ${{ env.REPO_NAME }}
|
|
||||||
username: rogersik
|
username: rogersik
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user