Updated all instances of "GuillaumeHemmen" to "guillaumehemmen" in workflow files to ensure uniformity in repository URLs. This change prevents potential issues caused by case sensitivity in certain environments.
17 lines
558 B
YAML
17 lines
558 B
YAML
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
docker-pr:
|
|
runs-on: docker
|
|
container:
|
|
image: git.van-hemmen.com/actions/kaniko:25.21.1
|
|
steps:
|
|
- name: Build & push with Kaniko
|
|
run: /bin/build.sh
|
|
env:
|
|
# --- mandatory --------------------------------------------------------
|
|
KANIKO_CONTEXT: git://git.van-hemmen.com/guillaumehemmen/debian-node-firebase.git
|
|
GIT_REF_NAME: ${{ github.head_ref }}
|
|
GIT_USERNAME: ${{ secrets.docker_username }}
|
|
GIT_PASSWORD: ${{ secrets.access_token }}
|