Skip to content

Commit

Permalink
Merge pull request #262 from py-cov-action/renovate/major-deps-with-m…
Browse files Browse the repository at this point in the history
…ajor-upgrades
  • Loading branch information
ewjoachim authored Sep 17, 2023
2 parents 7c99385 + ba08117 commit 5873e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' }}
steps:
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ewjoachim
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
# See Dockerfile.build for instructions on bumping this.
tags: ewjoachim/python-coverage-comment-action-base:v3
Expand Down

0 comments on commit 5873e03

Please sign in to comment.