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 uses: crazy-max/ghaction-docker-meta@v1
with: with:
images: camptocamp/cups_exporter images: camptocamp/cups_exporter
tag-semver: {{version}} tag-semver: |
{{version}}
- name: Push to GitHub Packages - name: Push to GitHub Packages
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:

View File

@ -1,11 +1,11 @@
name: golangci-lint name: Go Lint
on: on:
push: push:
jobs: jobs:
golangci: golangci:
name: lint name: linting
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2