Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improve GitHub Actions workflow
  • Loading branch information
andyone authored Apr 3, 2021
2 parents 2a3f85f + b45fae7 commit fa53d1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:

env:
SRC_DIR: src/github.com/${{ github.repository }}
GO111MODULE: auto

strategy:
matrix:
go: [ '1.14.x', '1.15.x' ]
go: [ '1.15.x', '1.16.x' ]

steps:
- name: Set up Go
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Run Perfecto docker image
uses: docker://essentialkaos/perfecto:slim
uses: docker://essentialkaos/perfecto:micro
with:
args: --version

Expand All @@ -83,5 +84,5 @@ jobs:
- name: Run Perfecto check
env:
IMAGE: essentialkaos/perfecto:slim
IMAGE: essentialkaos/perfecto:micro
run: ./perfecto-docker common/pkgre.spec

0 comments on commit fa53d1f

Please sign in to comment.