updated workflow
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4s
This commit is contained in:
parent
6fedc4dcd6
commit
be99ff00bc
1 changed files with 1 additions and 2 deletions
|
@ -9,9 +9,8 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
name: Build and Push Docker image
|
name: Build and Push Docker image
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up node
|
|
||||||
run: apk add nodejs
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue