Skip to content

Commit

Permalink
Merge pull request #236 from DSD-DBS/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
MoritzWeber0 authored Feb 22, 2024
2 parents 5d91e1d + 5d75fa7 commit f4e6038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cache-dependency-path: ./pyproject.toml
python-version: "3.11"
- name: Login to github container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit f4e6038

Please sign in to comment.