Skip to content

build(deps): bump the npm_and_yarn group across 3 directories with 26 updates #33

build(deps): bump the npm_and_yarn group across 3 directories with 26 updates

build(deps): bump the npm_and_yarn group across 3 directories with 26 updates #33

name: Docker Image CI (Build Only)
on:
pull_request:
branches: ["main", "master", "trunk"]
workflow_dispatch:
jobs:
build-only:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker metadata
id: meta
uses: docker/metadata-action@v5
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}