diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index fede506..2d61d3f 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -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 }} diff --git a/Dockerfile b/Dockerfile index 82f568c..9aa949b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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