Skip to content

Bump picomatch from 2.3.1 to 2.3.2 #19

Bump picomatch from 2.3.1 to 2.3.2

Bump picomatch from 2.3.1 to 2.3.2 #19

Workflow file for this run

name: Create and publish a Docker image
on:
push:
branches: ['master']
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
submodules: recursive
- name: Log in to ghcr.io
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: earthly/actions-setup@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: v0.8.16
- name: Build and push image
run: earthly --ci --push +build.haxe.org --IMAGE=ghcr.io/haxefoundation/build.haxe.org:${{ github.sha }}