Removing checkout and specifying correct location of dockerfile
This commit is contained in:
parent
550637f483
commit
e50356fbac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue