Skip to content

Commit

Permalink
[DDS-1845] Fixed syntax for labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jan 19, 2024
1 parent 0fde7b8 commit c8a19e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ additional_build_steps:
append_base: []

prepend_final:
- LABEL maintainer=Digital Transformation
- LABEL org.opencontainers.image.authors=Digital Transformation
- LABEL org.opencontainers.image.title=SDP AWX Execution Environment image.
- LABEL maintainer="Digital Transformation"
- LABEL org.opencontainers.image.authors="Digital Transformation"
- LABEL org.opencontainers.image.title="SDP AWX Execution Environment image."
- LABEL org.opencontainers.image.description="Provides an AWX execution environment image optimised for use with SDP. Built with ansible-builder."
- LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/awx-ee/"
- ARG LAGOON_CLI_VERSION=v0.15.4
Expand Down

0 comments on commit c8a19e6

Please sign in to comment.