Skip to content

build(deps): bump github.com/minio/minio-go/v7 from 7.0.64 to 7.0.65 #1465

build(deps): bump github.com/minio/minio-go/v7 from 7.0.64 to 7.0.65

build(deps): bump github.com/minio/minio-go/v7 from 7.0.64 to 7.0.65 #1465

Workflow file for this run

name: docker-tests
on:
pull_request:
branches:
- main
jobs:
test-dockerfile:
name: test-dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: setup qemu
uses: docker/[email protected]
- name: setup buildx
id: buildx
uses: docker/[email protected]
- name: build
uses: docker/[email protected]
with:
cache-from: fsouzaci/gha-cache:fake-gcs-server
context: .
push: false
tags: fsouza/fake-gcs-server:latest
platforms: linux/amd64,linux/arm64