Skip to content

Commit

Permalink
update docker login action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfwood committed Nov 30, 2023
1 parent 73ed55c commit 5fe3cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
#########################################################################
# Setup docker to build and push images
- name: Log in to the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 5fe3cd2

Please sign in to comment.