Skip to content

Commit

Permalink
build: Update Docker login-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 27, 2023
1 parent 02d6b98 commit 6b711be
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ jobs:
- name: Install Tools & Dependencies
uses: ./.github/actions/install

# - name: Log in to Docker Hub
# uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to the Container registry
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -95,6 +95,7 @@ jobs:
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e
with:
images: |
n4t5u/yacosta738.github.io
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
latest
Expand Down

0 comments on commit 6b711be

Please sign in to comment.