Skip to content

[update-alacritty-config] Docker build #143

[update-alacritty-config] Docker build

[update-alacritty-config] Docker build #143

name: Build Docker image as test
run-name: "[${{ github.ref_name }}] Docker build"
on:
schedule:
- cron: '12 17 * * FRI'
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
with:
context: .
push: false
pull: true
cache-from: type=gha
cache-to: type=gha,mode=max