This commit is contained in:
parent
4de7eb13e2
commit
2a8bae420c
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Verifies PR
|
||||
name: build image
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
|
@ -17,6 +17,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: latest
|
||||
- run: apt-get update && apt-get install -y --no-install-recommends docker.io
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Reference in a new issue