Skip to content

Commit

Permalink
Fix version in docker publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Jun 28, 2021
1 parent d41ffab commit b45f7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
lfs: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v1.3.0

- name: Login to DockerHub
uses: docker/login-action@v2.5.0
uses: docker/login-action@v1.10.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit b45f7d7

Please sign in to comment.