Skip to content

chore: update golangci-lint to v1.63.2 to match GitHub CI version #1237

chore: update golangci-lint to v1.63.2 to match GitHub CI version

chore: update golangci-lint to v1.63.2 to match GitHub CI version #1237

Workflow file for this run

name: docker-build
on:
push:
branches: [master]
paths:
- "**Dockerfile**"
pull_request:
branches: [master]
paths:
- "**Dockerfile"
jobs:
build:
name: Build '${{ matrix.project }}' Docker container
strategy:
fail-fast: false
matrix:
project: [api, ssh, gateway, ui, cli]
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Build '${{ matrix.project }}' Docker container
uses: docker/build-push-action@v6
with:
tags: shellhubio/${{ matrix.project }}:latest
push: false
file: ${{ matrix.project }}/Dockerfile