Skip to content

github-actions(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 #91

github-actions(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0

github-actions(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 #91

Workflow file for this run

name: test
on:
pull_request:
paths:
- '.github/workflows/*'
- '**Dockerfile'
jobs:
push:
name: "Build ${{ matrix.image }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
- alpine-wait-for-it
- php-8.4-alpine-composer
- php-8.5-alpine-composer
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e #v4.3.0
-
name: Build ${{ matrix.image }}
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: "{{defaultContext}}:${{ matrix.image }}"
push: false
tags: ghcr.io/alexislefebvre/${{ matrix.image }}