Install docker.
This commit is contained in:
@@ -19,6 +19,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install Docker
|
||||||
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: build
|
- name: build
|
||||||
run: docker build -t ${{ inputs.image_name }}:${{ github.run_number }}
|
run: docker build -t ${{ inputs.image_name }}:${{ github.run_number }}
|
||||||
- name: push
|
- name: push
|
||||||
|
|||||||
Reference in New Issue
Block a user