Skip to content

Commit 730bdc9

Browse files
change CD
1 parent d024a61 commit 730bdc9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/CD.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
name: Publish Docker image
22
on:
33
release:
4-
types: [created, published]
5-
4+
types: [created]
65

76
jobs:
87
docker:
98
runs-on: ubuntu-latest
109
steps:
11-
- name: Checkout
10+
-
11+
name: Checkout
1212
uses: actions/checkout@v2
13-
14-
- name: Docker meta
13+
-
14+
name: Docker meta
1515
id: meta
1616
uses: docker/metadata-action@v3
1717
with:
1818
images: dofe71/hsetelebotbocharovegor
19-
- name: Login to DockerHub
19+
-
20+
name: Login to DockerHub
2021
uses: docker/login-action@v1
2122
with:
2223
username: ${{ secrets.DOCKER_USERNAME }}
2324
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
24-
- name: Build and push
25+
-
26+
name: Build and push
2527
uses: docker/build-push-action@v2
2628
with:
2729
push: true

0 commit comments

Comments
 (0)