Skip to content

Commit 129909f

Browse files
committed
Update workflow action versions
1 parent 78474e9 commit 129909f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Build and push image
7575
uses: docker/build-push-action@v7
7676
with:
77-
context: .
78-
file: ${{ matrix.variant.dockerfile }}
77+
context: ${{ github.workspace }}
78+
file: ${{ github.workspace }}/${{ matrix.variant.dockerfile }}
7979
push: true
8080
provenance: false
8181
sbom: false

0 commit comments

Comments
 (0)