File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 79
79
type=ref,event=branch
80
80
type=ref,event=pr
81
81
type=sha
82
+ labels : |
83
+ org.opencontainers.image.title=teufa
84
+ org.opencontainers.image.description=teufa container image
85
+ org.opencontainers.image.source=https://github.com/brosner/teufa
86
+ org.opencontainers.image.licenses=MIT
82
87
- name : Setup docker buildx
83
88
uses : docker/setup-buildx-action@v3
84
89
- name : Build image
Original file line number Diff line number Diff line change @@ -81,10 +81,6 @@ RUN --mount=type=cache,target=/root/.cache \
81
81
# # prod image
82
82
FROM base as prod
83
83
84
- LABEL org.opencontainers.image.source=https://github.com/brosner/teufa
85
- LABEL org.opencontainers.image.description="teufa container image"
86
- LABEL org.opencontainers.image.licenses=MIT
87
-
88
84
COPY --from=builder-base $VENV_PATH $VENV_PATH
89
85
COPY --from=builder-base /opt/app /opt/app
90
86
You can’t perform that action at this time.
0 commit comments