Skip to content

Commit

Permalink
Author field label as MAINTAINER is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybravo committed Jun 22, 2024
1 parent 4aeed36 commit ba1c7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
RepoTags: {{.RepoTags}}
RepoDigests: {{.RepoDigests}}
Created: {{.Created}}
Author: {{.Author}}
Architecture: {{.Architecture}}
OS: {{.Os}}
Size: {{.Size}}
Metadata: {{.Metadata}}
Author: {{ index .Config.Labels "org.opencontainers.image.authors" }}
' ${{ secrets.REGISTRY_LOGIN_SERVER }}/ssl-checker-webapp:latest
echo '----------------------------------------'
build-and-push-to-dockerhub:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
RepoTags: {{.RepoTags}}
RepoDigests: {{.RepoDigests}}
Created: {{.Created}}
Author: {{.Author}}
Architecture: {{.Architecture}}
OS: {{.Os}}
Size: {{.Size}}
Metadata: {{.Metadata}}
Author: {{ index .Config.Labels "org.opencontainers.image.authors" }}
' ${{ secrets.DOCKERHUB_USERNAME }}/ssl-checker-webapp:latest
echo '----------------------------------------'

0 comments on commit ba1c7d9

Please sign in to comment.