Skip to content

Bump the all group across 1 directory with 11 updates #34

Bump the all group across 1 directory with 11 updates

Bump the all group across 1 directory with 11 updates #34

Workflow file for this run

name: Build
on:
push:
branches:
- master
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'
- '.github/dependabot.yml'
tags-ignore:
- '**'
pull_request:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
context: .
target: build-stage