We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c0380 commit 30725a4Copy full SHA for 30725a4
.github/workflows/docker-build.yml
@@ -11,7 +11,7 @@ env:
11
# github.repository as <account>/<repo>
12
IMAGE_NAME: mnestix-proxy
13
# Update the version manually
14
- IMAGE_TAG_VERSION: 0.0.1
+ IMAGE_TAG_VERSION: 0.1.0
15
16
jobs:
17
run-tests:
compose.yml
@@ -6,7 +6,7 @@
6
services:
7
mnestix-proxy:
8
container_name: mnestix-proxy
9
- image: mnestix-proxy:0.0.1
+ image: mnestix-proxy:0.1.0
10
build:
dockerfile: Dockerfile
ports:
0 commit comments