update action
Some checks failed
Publish / docker (push) Failing after 33s

This commit is contained in:
Lee 2023-10-10 15:30:53 +01:00
parent 83d5193257
commit 5871e9b662

@ -11,10 +11,10 @@ jobs:
container: fascinated/docker-images:node-latest
steps:
- name: checkout
uses: https://github.com/actions/checkout@v3
uses: actions/checkout@v3
- name: Login to Repo
uses: https://github.com/docker/login-action@v2
uses: docker/login-action@v2
with:
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}