Skip to content

Commit 4929ddb

Browse files
committed
Add OCI annotations that is what ghcr.io registry uses
In theory they are only needed at index (individual multi-arch) level, but setting them also @ manifest level, in case other registry uses them there. Keeping the labels with the same information so they can be viewed with inspect and other tools.
1 parent 6cca37a commit 4929ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-and-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
- 'v*'
99

1010
env:
11-
GITHUB_OWNER: 'stronk7'
11+
GITHUB_OWNER: 'moodlehq'
1212
REPOSITORY: 'wiki-rag'
1313

1414
jobs:
1515
Build-and-Publish:
1616
# Completely avoid forks and pull requests to try this job.
17-
if: github.repository_owner == 'stronk7' && contains(fromJson('["push"]'), github.event_name)
17+
if: github.repository_owner == 'moodlehq' && contains(fromJson('["push"]'), github.event_name)
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)