Skip to content

Commit

Permalink
Hotfix/docker development (#59)
Browse files Browse the repository at this point in the history
* 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 <devops@runtimeverification.com>
  • Loading branch information
F-WRunTime and devops authored Sep 29, 2023
1 parent f4f2a14 commit 28b3f8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.11
0.1.12
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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. <contact@runtimeverification.com>",
Expand Down

0 comments on commit 28b3f8d

Please sign in to comment.