Skip to content

Commit

Permalink
Merge pull request #9 from hsmade/renovate/docker-build-push-action-2.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action to v2
  • Loading branch information
hsmade authored Mar 29, 2022
2 parents c90f9c0 + 64a89c1 commit ed5244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: rsync -av frontend/build/* static/
- run: rsync -av static/static/* static/
- name: Push to Docker Hub
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit ed5244b

Please sign in to comment.