Test installing Docker
This commit is contained in:
@@ -13,13 +13,15 @@ env:
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker:dind
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: Prepare the container
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
|
||||
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
Reference in New Issue
Block a user