Skip to content

Bump golangci/golangci-lint-action from 5 to 6 (#439) #7

Bump golangci/golangci-lint-action from 5 to 6 (#439)

Bump golangci/golangci-lint-action from 5 to 6 (#439) #7

Workflow file for this run

on: [ push, pull_request ]
name: Build Image
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build the image
run: docker build -t eib:dev .