This commit is contained in:
Yax 2022-11-12 21:20:51 +01:00
parent 0741bd182e
commit 6f401ed3b7
3 changed files with 50 additions and 41 deletions

View file

@ -6,7 +6,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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