upgrade github actions

This commit is contained in:
Yax 2022-11-12 22:11:22 +01:00
parent f43df83074
commit 57d6039e18
3 changed files with 4 additions and 13 deletions

View file

@ -7,9 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build the Docker image
run: |
echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin docker.io