From 28b3f8d2337c025cae8edc3c1993ce4c709c2482 Mon Sep 17 00:00:00 2001 From: Freeman <105403280+F-WRunTime@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:23:07 -0600 Subject: [PATCH] Hotfix/docker development (#59) * Update master-push.yml * Adding steps to push to internal registry * Set Version: 0.1.12 * push trigger * Missed retagging * Docker push to remote and internal registry, test * Reverting test changes * Remove branch trigger * One final test for review * Make a new version * Set Version: 0.1.12 * Don't push nix * Revert Testing Change * Update master-push.yml --------- Co-authored-by: devops --- .github/workflows/master-push.yml | 2 +- package/version | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master-push.yml b/.github/workflows/master-push.yml index 5b35e5e6e..b22ad81cb 100644 --- a/.github/workflows/master-push.yml +++ b/.github/workflows/master-push.yml @@ -98,7 +98,7 @@ jobs: - name: 'Build Docker image' run: | K_VERSION=$(cat deps/k_release) - docker build . --tag ${TAG} --build-arg K_VERSION=${K_VERSION} + docker build . --no-cache --tag ${TAG} --build-arg K_VERSION=${K_VERSION} - name: 'Run Docker image' run: docker run --rm ${TAG} kontrol --help diff --git a/package/version b/package/version index 20f49513e..0e24a92ff 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.11 +0.1.12 diff --git a/pyproject.toml b/pyproject.toml index 8fec9a60a..e193eb6fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.11" +version = "0.1.12" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ",