Skip to content

action docker.yml adapt Label changed #551

@chendelin1982

Description

@chendelin1982

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)

Metadata

Metadata

Assignees

Labels

bugType label, something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions