File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Publish Docker image
2
2
3
- on :
4
- release :
5
- types : [published]
3
+ on : push
4
+
5
+ # on:
6
+ # release:
7
+ # types: [published]
6
8
7
9
jobs :
8
10
push_to_registry :
12
14
- name : Check out the repo
13
15
uses : actions/checkout@v4
14
16
17
+ - name : Set up QEMU
18
+ uses : docker/setup-qemu-action@v3
19
+
20
+ - name : Set up Docker Buildx
21
+ uses : docker/setup-buildx-action@v3
22
+
15
23
- name : Log in to Docker Hub
16
- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
24
+ uses : docker/login-action@v3
17
25
with :
18
26
username : ${{ secrets.DOCKER_USERNAME }}
19
27
password : ${{ secrets.DOCKER_PASSWORD }}
25
33
images : ihippik/wal-listener
26
34
27
35
- name : Build and push Docker image
28
- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
36
+ uses : docker/build-push-action@v5
29
37
with :
30
38
context : .
31
39
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments