Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihippik committed Apr 28, 2024
1 parent 3631415 commit f8383e7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish Docker image

on:
release:
types: [published]
on: push

#on:
# release:
# types: [published]

jobs:
push_to_registry:
Expand All @@ -12,6 +14,12 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
Expand Down

0 comments on commit f8383e7

Please sign in to comment.