updated workflow
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 49s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 49s
This commit is contained in:
parent
be99ff00bc
commit
faa2d2b267
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ jobs:
|
|||
docker:
|
||||
name: Build and Push Docker image
|
||||
runs-on: docker
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
|
|
Loading…
Reference in a new issue