Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
name: Build morthimer/caddy-homelab image
|
name: Build morthimer/caddy-homelab image
|
||||||
|
run-name: ${{ gitea.actor }} is building a new image
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REPOSITORY: git.int.morthimer.fr:8443
|
REPOSITORY: git.int.morthimer.fr:8443
|
||||||
CADDY_VERSION: 2.7.6
|
CADDY_VERSION: 2.7.6
|
||||||
CADDY_DOCKER_PROXY_VERSION: 2.8.11
|
CADDY_DOCKER_PROXY_VERSION: 2.8.11
|
||||||
|
|
||||||
job:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -17,8 +19,8 @@ job:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: lint
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: lint
|
||||||
steps:
|
steps:
|
||||||
- name: Repository login
|
- name: Repository login
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user