Workflow: теги registry в нижнем регистре (docker требует lowercase)
This commit is contained in:
@@ -43,13 +43,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
# Путь в registry обязателен в нижнем регистре
|
||||||
|
# (github.repository = Coder/photo-editor не подойдёт)
|
||||||
tags: |
|
tags: |
|
||||||
git.byte-mate.ru/${{ github.repository }}:latest
|
git.byte-mate.ru/coder/photo-editor:latest
|
||||||
git.byte-mate.ru/${{ github.repository }}:${{ github.ref_name }}
|
git.byte-mate.ru/coder/photo-editor:${{ github.ref_name }}
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
|
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
|
||||||
|
|
||||||
- name: Summary
|
- name: Summary
|
||||||
run: |
|
run: |
|
||||||
echo "## Образ собран и опубликован" >> $GITHUB_STEP_SUMMARY
|
echo "## Образ собран и опубликован" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "Теги: \`git.byte-mate.ru/${{ github.repository }}:latest\`" >> $GITHUB_STEP_SUMMARY
|
echo "Теги: \`git.byte-mate.ru/coder/photo-editor:latest\`" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|||||||
Reference in New Issue
Block a user