Skip to content

Commit

Permalink
Update master_portal-virittamo.yml fixed typo in docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-AG authored Oct 4, 2023
1 parent 1b4d3ad commit bd19b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_portal-virittamo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Chekckout code
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-actions@v1
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down

0 comments on commit bd19b65

Please sign in to comment.