Skip to content

Commit

Permalink
add docker back (tmp)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Jun 9, 2023
1 parent 08d8b8d commit a405a32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
if: github.event_name == 'release'
name: Set tag envronment variable

- name: Login to DockerHub
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v2.2.0
with:
Expand Down

0 comments on commit a405a32

Please sign in to comment.