-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugType label, something isn't workingType label, something isn't working
Description
Describe the bug
old version Label
LABEL version="16.0"
new version label
LABEL org.opencontainers.image.authors="https://www.websoft9.com" \
org.opencontainers.image.description="Odoo image for ARM powered by Websoft9" \
org.opencontainers.image.source="https://github.com/Websoft9/docker-library/tree/main/apps/odoo" \
org.opencontainers.image.title="Odoo" \
org.opencontainers.image.vendor="Websoft9 Inc." \
org.opencontainers.image.version="16.0"
docker.yml should adapt it
- name: Prepare tags and files for Docker build
run: |
APP=${{ matrix.app }}
TAG=$(grep 'LABEL version' "apps/$APP/Dockerfile" | cut -d'"' -f2 | xargs)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugType label, something isn't workingType label, something isn't working