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 2ed6905 commit 0aacce8Copy full SHA for 0aacce8
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
- run:
13
name: Build and push Docker image
14
command: |
15
- docker build -t opengg/rust-wasm .
+ docker build -t opengg/rust-wasm:local .
16
echo "$DOCKER_PASSWORD_BASE64"|base64 -d|docker login -u "$DOCKER_USER" --password-stdin
17
- docker push opengg/rust-wasm
18
-
+ docker push opengg/rust-wasm:local opengg/rust-wasm:latest
+ docker push opengg/rust-wasm:local "opengg/rust-wasm:1.0.$CIRCLE_BUILD_NUM"
0 commit comments