Automated building and deployment process with Docker #2
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: /tmp
|
||||
|
|
Loading…
Reference in a new issue