Skip to content

chore(deps): update ubuntu docker tag to v24 #18

chore(deps): update ubuntu docker tag to v24

chore(deps): update ubuntu docker tag to v24 #18

Workflow file for this run

name: build (linux)
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dockerx
uses: docker/setup-buildx-action@v3
- name: build
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false
tags: ${{ github.repository }}:latest