Skip to content

Commit

Permalink
new label standards build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Jan 19, 2023
1 parent d5ebe8a commit 30e2fc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/ITISFoundation/ci-service-integration-library"
LABEL org.opencontainers.image.licenses="MIT"

ARG REPO_NAME="https://github.com/ITISFoundation/osparc-simcore.git"
ARG BRANCH_NAME="master"
ARG COMMIT_SHA="2169876871339b125a6badc14c9c26d4cfccb26d"
ARG REPO_NAME="https://github.com/GitHK/osparc-simcore-forked.git"
ARG BRANCH_NAME="pr-osparc-block-egress"
ARG COMMIT_SHA="bd7a262bc7f616d74ea9a94774bfbb283fcc3ae7"
ARG CLONE_DIR="/osparc"
ARG PYTHON_VERSION="3.9.12"
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 30e2fc0

Please sign in to comment.