Skip to content

Commit 993d7aa

Browse files
authored
Adjust Dockerfile LABELs to tag images properly (#34)
1 parent 881d087 commit 993d7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.ubi9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL org.opencontainers.image.title="Playwright with VNC (UBI9)" \
1616
org.opencontainers.image.version="${VERSION}" \
1717
org.opencontainers.image.created="${BUILD_DATE}" \
1818
playwright.version="${PLAYWRIGHT_VERSION}" \
19-
konflux.additional-tags="${PLAYWRIGHT_VERSION} ${PLAYWRIGHT_MINOR_VERSION}"
19+
playwright.minor-version="${PLAYWRIGHT_MINOR_VERSION}"
2020
ENV PW_VERSION=${PLAYWRIGHT_VERSION} \
2121
PW_PORT=3000 \
2222
PW_BROWSER="chromium" \

0 commit comments

Comments
 (0)