fix: Explicitly define container image to ensure Docker CLI availability
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m0s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m0s
This commit is contained in:
@@ -7,6 +7,8 @@ on:
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user