Can't find the Dockerfile

This commit is contained in:
mike cullerton 2024-09-12 10:34:10 -04:00
parent 11e3f38a0f
commit 44d8f3ffe3

View File

@ -77,8 +77,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: testing
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
@ -94,6 +92,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v4
with:
context: .