Build this.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build
|
||||
run: docker build -t ${{ inputs.image_name }}:${{ github.run_number }}
|
||||
run: docker build -t ${{ inputs.image_name }}:${{ github.run_number }} .
|
||||
- name: push
|
||||
if: ${{ inputs.push }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user