Skip to content

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #1907

build(deps): bump actions/checkout from 4.2.1 to 4.2.2

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #1907

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