Skip to content

Commit f8383e7

Browse files
committed
Fix actions
1 parent 3631415 commit f8383e7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/github-actions.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Publish Docker image
22

3-
on:
4-
release:
5-
types: [published]
3+
on: push
4+
5+
#on:
6+
# release:
7+
# types: [published]
68

79
jobs:
810
push_to_registry:
@@ -12,6 +14,12 @@ jobs:
1214
- name: Check out the repo
1315
uses: actions/checkout@v4
1416

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+
1523
- name: Log in to Docker Hub
1624
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
1725
with:

0 commit comments

Comments
 (0)