Skip to content

Commit

Permalink
upgraded docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
billy clark committed Oct 28, 2022
1 parent a269cd2 commit a7ef8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-base-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: docker build -t ${{ env.IMAGE }} -f docker/base-php/Dockerfile .

- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# npx playwright test
-
name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.image-repo-username }}
password: ${{ secrets.image-repo-password }}
Expand Down

0 comments on commit a7ef8bd

Please sign in to comment.