Skip to content

build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 #496

build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0

build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 #496

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
with:
install: true
- name: Build and push
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: .
push: false
load: true
tags: exercism/csharp-analyzer
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run Tests in Docker
run: bin/run-tests-in-docker.sh