adapt workflows
This commit is contained in:
parent
50ac9451c5
commit
b6f252d6d1
|
@ -17,7 +17,8 @@ jobs:
|
|||
uses: crazy-max/ghaction-docker-meta@v1
|
||||
with:
|
||||
images: camptocamp/cups_exporter
|
||||
tag-semver: {{version}}
|
||||
tag-semver: |
|
||||
{{version}}
|
||||
- name: Push to GitHub Packages
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
name: golangci-lint
|
||||
name: Go Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
name: linting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue