Skip to content

Commit

Permalink
chore: fix gh action for docker publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 7, 2023
1 parent adf4e62 commit 27871d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

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

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

0 comments on commit 27871d0

Please sign in to comment.