Skip to content

Commit

Permalink
build-push-action v2 : remove deprecated options and add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lconsuegra committed Jan 7, 2021
1 parent 117784d commit 3e3e514
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }}
registry: ghcr.io
repository: camptocamp/cups_exporter
push: true
tag_with_ref: true
tags: |
camptocamp/cups_exporter:latest
camptocamp/cups_exporter:${{ github.event.release.tag_name }}

0 comments on commit 3e3e514

Please sign in to comment.