Skip to content

backend: make sure we have the right info for transcoded objects #1075

backend: make sure we have the right info for transcoded objects

backend: make sure we have the right info for transcoded objects #1075

Workflow file for this run

name: docker-tests
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
test-dockerfile:
name: test-dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- name: setup qemu
uses: docker/setup-qemu-action@v2.1.0
- name: setup buildx
id: buildx
uses: docker/setup-buildx-action@v2.5.0
- name: build
uses: docker/build-push-action@v4.0.0
with:
context: .
push: false
tags: fsouza/fake-gcs-server:latest
platforms: linux/amd64,linux/arm64