Skip to content

Commit

Permalink
feat: publish the docker image as latest as well
Browse files Browse the repository at this point in the history
  • Loading branch information
EDM115 authored May 24, 2024
1 parent 47581cb commit 388ab71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: |
${{ steps.meta.outputs.labels }}
latest

0 comments on commit 388ab71

Please sign in to comment.