Added working directory to build step
Some checks failed
DRB Build Tests / build (push) Failing after 14s
DRB Build Tests / drb_build_and_test (push) Failing after 52s

This commit is contained in:
Logan Cusano
2024-04-28 05:32:54 -04:00
parent c2c90019d7
commit b15ac7c973

View File

@@ -32,15 +32,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Move to server dir
run: cd "./server"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
working-directory: './server'
context: .
load: true
tags: drb-server:latest