Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#51) #176

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#51)

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#51) #176

Workflow file for this run

name: Docker
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
push: false
cache-from: type=gha
cache-to: type=gha,mode=max