Skip to content

Bump ordered-float from 4.2.2 to 4.3.0 #6564

Bump ordered-float from 4.2.2 to 4.3.0

Bump ordered-float from 4.2.2 to 4.3.0 #6564

Workflow file for this run

name: docker
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
build_image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- id: metadata
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository_owner }}/ci
- uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}