Skip to content

Commit

Permalink
adapt workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lconsuegra committed Jan 8, 2021
1 parent 50ac945 commit b6f252d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b6f252d

Please sign in to comment.