Skip to content

build(deps): Bump docker/build-push-action from 6.19.2 to 7.0.0 in the ci group #146

build(deps): Bump docker/build-push-action from 6.19.2 to 7.0.0 in the ci group

build(deps): Bump docker/build-push-action from 6.19.2 to 7.0.0 in the ci group #146

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: setup-go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: go.mod
- name: make test
run: |
make test
- name: lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: latest
- name: Build docker image
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
with:
context: .
push: false
load: true
tags: score-implementation-sample:test
build-args: |
"VERSION=test"
- name: make test-app
run: |
make test-app
- name: make test-container
run: |
make test-container