Skip to content

Commit

Permalink
debug path 2
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 10, 2023
1 parent dcfbb95 commit 496e6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
'rucio-client',
'rucio-noise'
]
fail-fast: false

steps:
- name: Checkout repository
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
id: build-and-push
uses: docker/[email protected]
with:
context: containers/${{ matrix.context }}
context: ./containers/${{ matrix.context }}
file: containers/${{ matrix.context }}/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 496e6b9

Please sign in to comment.