Skip to content

build(deps): bump vscode/devcontainers/base from alpine-3.18 to alpine-3.19 in /alpine #104

build(deps): bump vscode/devcontainers/base from alpine-3.18 to alpine-3.19 in /alpine

build(deps): bump vscode/devcontainers/base from alpine-3.18 to alpine-3.19 in /alpine #104

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
alpine-build:
uses: paniclobster/github-workflows/.github/workflows/docker-build.yaml@main
with:
docker_build_context: ./alpine
docker_image_name: paniclobster/devcontainer-base
docker_image_tag_suffix: -alpine
debian-build:
uses: paniclobster/github-workflows/.github/workflows/docker-build.yaml@main
with:
docker_build_context: ./debian
docker_image_name: paniclobster/devcontainer-base