Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 #205

build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0

build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 #205

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:s3-upload-proxy
context: .
push: false
tags: fsouza/s3-upload-proxy:latest
platforms: linux/amd64,linux/arm64