Optimize image builds by caching intermediate layers #164

Merged
bustikiller merged 4 commits from fix-docker-build into main 2024-12-29 12:11:51 +00:00
Showing only changes of commit 1269a1a56f - Show all commits

View File

@ -1,8 +1,8 @@
name: Build Nginx-based docker image name: Build Nginx-based docker image
on: on:
push: push:
# branches: branches:
# - main - main
concurrency: concurrency:
group: ${{ github.ref }} group: ${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true