Skip to content

Commit

Permalink
Update DockerHub login action and cache action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eduzen committed Jun 2, 2024
1 parent c04b72e commit fd157eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@ scripts/db/02dump-eduzen-21-04-2019.sql
docker-compose*.yml
.git
.mypy_cache/

justfile
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: docker/setup-qemu-action@v3

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

- name: Login to DockerHub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ update-requirements:
just update-requirements-dev
just update-requirements-prod


test:
#!/usr/bin/env bash
{{run}} pytest --cov=eduzenbot --cov-report=term-missing
{{run}} coverage run -m pytest

logs:
{{dco}} logs -f eduzenbot
Expand Down

0 comments on commit fd157eb

Please sign in to comment.