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 80761db commit 7eb3ff3Copy full SHA for 7eb3ff3
.circleci/config.yml
@@ -3,18 +3,13 @@ version: 2.1
3
orbs:
4
docker: circleci/docker@2.8.2
5
6
-jobs:
7
- build:
8
- machine:
9
- image: ubuntu-2204:current
10
- steps:
11
- - checkout
12
- - docker/build:
13
- image: deflaxx/node-js-sample
14
- tag: latest
15
- - docker/push:
16
17
+workflows:
+ build-and-publish-docker-image:
+ jobs:
+ docker-password: DOCKER_PASSWORD
+ docker-username: DOCKER_USERNAME
+ image: deflaxx/node-js-sample
+ tag: 0.1.$CIRCLE_BUILD_NUM
18
19
workflows:
20
version: 2
0 commit comments