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 d024a61 commit 730bdc9Copy full SHA for 730bdc9
.github/workflows/CD.yml
@@ -1,27 +1,29 @@
1
name: Publish Docker image
2
on:
3
release:
4
- types: [created, published]
5
-
+ types: [created]
6
7
jobs:
8
docker:
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Checkout
+ -
+ name: Checkout
12
uses: actions/checkout@v2
13
14
- - name: Docker meta
+ name: Docker meta
15
id: meta
16
uses: docker/metadata-action@v3
17
with:
18
images: dofe71/hsetelebotbocharovegor
19
- - name: Login to DockerHub
20
+ name: Login to DockerHub
21
uses: docker/login-action@v1
22
23
username: ${{ secrets.DOCKER_USERNAME }}
24
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- - name: Build and push
25
26
+ name: Build and push
27
uses: docker/build-push-action@v2
28
29
push: true
0 commit comments