2 Commits
1.0.1 ... 1.0.4

Author SHA1 Message Date
e6c14f91f5 push
Some checks failed
docker build with git tag / build (push) Failing after 15s
2024-12-27 13:29:10 +01:00
cbe10fdaf1 push
Some checks failed
docker build with git tag / build (push) Failing after 4s
2024-12-27 13:27:33 +01:00

View File

@ -21,12 +21,15 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set lowercase repository name
run: echo "REPO_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
- name: Kaniko build
# https://github.com/aevea/action-kaniko/releases
uses: aevea/action-kaniko@v0.14.0
with:
# repo setup
image: ${{ github.repository }}
image: ${{ env.REPO_NAME }}
username: rogersik
password: ${{ secrets.REGISTRY_PASSWORD }}