Removing checkout and specifying correct location of dockerfile

This commit is contained in:
Collin Duncan 2023-05-26 16:49:36 -05:00
parent 550637f483
commit e50356fbac
No known key found for this signature in database

View file

@ -7,7 +7,6 @@ jobs:
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
@ -20,6 +19,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: docker/server/Dockerfile
push: true
tags: ghcr.io/cgduncan7/autobaan:latest
cache-from: type=gha