Skip to content

Commit

Permalink
set documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Oct 11, 2022
1 parent a7a0ca2 commit 447ad85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build Images

on:
push:
branches:
- 'trunk'
tags:
- '*'

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -39,6 +39,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.documentation=https://github.com/10up/postfix/blob/trunk/README.md
- name: Build and push Docker images
uses: docker/[email protected]
Expand Down

0 comments on commit 447ad85

Please sign in to comment.