Can't find the Dockerfile

This commit is contained in:
mike cullerton 2024-09-12 10:23:50 -04:00
parent 8db385ee17
commit 11e3f38a0f

View File

@ -94,10 +94,9 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}