Skip to content

Commit

Permalink
Merge pull request #371 from rsmp-nordic/update_docker_push_action
Browse files Browse the repository at this point in the history
Update login action of docker workflow
  • Loading branch information
otterdahl authored Jan 17, 2024
2 parents 5d9b02c + a45afd8 commit 7b5384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 7b5384c

Please sign in to comment.