Update .gitea/workflows/build.yaml
Some checks failed
Build morthimer/caddy-homelab image / lint (push) Successful in 29s
Build morthimer/caddy-homelab image / build (push) Failing after 7s

This commit is contained in:
2024-05-11 19:32:11 +02:00
parent fe94b8adf7
commit 836451c946

View File

@@ -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