This commit is contained in:
Adil Hafeez 2024-11-18 17:41:38 -08:00
parent 4d2a929fda
commit df7e463beb

View file

@ -40,8 +40,8 @@ jobs:
id: push
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: arch
file: ./Dockerfile
context: .
file: ./arch/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}