adapt workflows

This commit is contained in:
lconsuegra 2021-01-08 08:28:40 +01:00
parent 50ac9451c5
commit b6f252d6d1
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -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