fix labels
This commit is contained in:
parent
5f1bc12277
commit
6654ab1248
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -79,6 +79,11 @@ jobs:
|
|||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=sha
|
type=sha
|
||||||
|
labels: |
|
||||||
|
org.opencontainers.image.title=teufa
|
||||||
|
org.opencontainers.image.description=teufa container image
|
||||||
|
org.opencontainers.image.source=https://github.com/brosner/teufa
|
||||||
|
org.opencontainers.image.licenses=MIT
|
||||||
- name: Setup docker buildx
|
- name: Setup docker buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build image
|
- name: Build image
|
||||||
|
@ -81,10 +81,6 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
## prod image
|
## prod image
|
||||||
FROM base as prod
|
FROM base as prod
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source=https://github.com/brosner/teufa
|
|
||||||
LABEL org.opencontainers.image.description="teufa container image"
|
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
|
||||||
|
|
||||||
COPY --from=builder-base $VENV_PATH $VENV_PATH
|
COPY --from=builder-base $VENV_PATH $VENV_PATH
|
||||||
COPY --from=builder-base /opt/app /opt/app
|
COPY --from=builder-base /opt/app /opt/app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user