Skip to content

Commit

Permalink
Add latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wuast94 authored Oct 3, 2023
1 parent 24fd3e3 commit b35890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: jgosmann/dmarc-metrics-exporter:${{ steps.version.outputs.version }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/dmarc-metrics-exporter:${{ steps.version.outputs.version }}, ${{ secrets.DOCKERHUB_USERNAME }}/dmarc-metrics-exporter:latest
labels: ${{ steps.meta.outputs.labels }}
build-args: "version=${{ steps.version.outputs.version }}"

0 comments on commit b35890b

Please sign in to comment.