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 id: push
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with: with:
context: arch context: .
file: ./Dockerfile file: ./arch/Dockerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}