Skip to content

Commit

Permalink
GitHub Actions: add container annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Dec 8, 2023
1 parent 5d6e1eb commit d4b9f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.labels }}
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LABEL org.opencontainers.image.title="Cisco SD-WAN" \
org.opencontainers.image.description="Cisco SD-WAN DevOps" \
org.opencontainers.image.vendor="Cisco Systems" \
org.opencontainers.image.created="${build_date}" \
org.opencontainers.image.source="https://github.com/CiscoDevNet/sdwan-devops" \
org.opencontainers.image.url="https://github.com/CiscoDevNet/sdwan-devops"

ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit d4b9f89

Please sign in to comment.