Skip to content

Bump caddy from 2.7.6 to 2.8.4 #155

Bump caddy from 2.7.6 to 2.8.4

Bump caddy from 2.7.6 to 2.8.4 #155

Workflow file for this run

name: dev
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_dev:
name: build_dev
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build container image
uses: docker/[email protected]
with:
push: false
tags: ${{github.repository}}:${{github.sha}}