Skip to content

sync: dependencies

sync: dependencies #24

Workflow file for this run

name: Docker Build
on:
push:
branches:
- 'main'
paths-ignore:
- 'README.md'
env:
REPOSITORY: nginx
jobs:
build:
name: Build Testing
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and cache
uses: docker/build-push-action@v5
with:
target: builder
platforms: |
linux/amd64
linux/arm64/v8
cache-to: type=gha, scope=${{ env.REPOSITORY }}, mode=max
outputs: type=cacheonly