Skip to content

Commit

Permalink
chore(workflow): update docker login action
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-4 authored Oct 15, 2024
1 parent 0d57167 commit ca08131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: echo "commit=$SHORT_SHA" >> $GITHUB_OUTPUT

- name: Login to image registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
Expand Down

0 comments on commit ca08131

Please sign in to comment.