Skip to content

Commit

Permalink
ci: add latest tag in addition of outputs tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tits4net committed Apr 1, 2024
1 parent 6d0503a commit ffdffc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ffdffc7

Please sign in to comment.