Skip to content

Commit

Permalink
Add annotations again
Browse files Browse the repository at this point in the history
  • Loading branch information
mayampi01 authored Jul 24, 2024
1 parent 5a3a932 commit 67a2b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
- name: Build and push Loyalsoldier flavor
uses: docker/build-push-action@v6
with:
Expand All @@ -95,3 +96,4 @@ jobs:
push: true
tags: ${{ steps.loyalsoldier.outputs.tags }}
labels: ${{ steps.loyalsoldier.outputs.labels }}
annotations: ${{ steps.loyalsoldier.outputs.annotations }}

0 comments on commit 67a2b43

Please sign in to comment.