Build this.

This commit is contained in:
2024-03-04 16:14:25 -07:00
parent 6f91c16953
commit d733e157ef

View File

@@ -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: |