Skip to content

Commit 1b4cb58

Browse files
committed
Renamed analysis\ demo\ container to docker and ammended path in github actions workflow
1 parent 95916e1 commit 1b4cb58

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: Build and push Docker images
6767
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
6868
with:
69-
context: "./analysis demo container"
70-
file: "./analysis demo container/Dockerfile"
69+
context: "./docker"
70+
file: "./docker/Dockerfile"
7171
push: true
7272
platforms: linux/amd64,linux/arm64
7373
tags: ${{ steps.meta.outputs.tags }}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)