Skip to content

chore(deps): update gcc docker tag to v14 #172

chore(deps): update gcc docker tag to v14

chore(deps): update gcc docker tag to v14 #172

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
buildx:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
uses: docker/setup-buildx-action@v3
id: buildx
with:
install: true
-
name: Build
run: |
docker build .