Build this.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- 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
|
||||||
if: ${{ inputs.push }}
|
if: ${{ inputs.push }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user