mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
Fix issue of workDir not being used in the code
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
52712f56b0
commit
5130791711
5 changed files with 8 additions and 4 deletions
3
.github/workflows/scratch_build.yml
vendored
3
.github/workflows/scratch_build.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
sudo apt-get install fuse-overlayfs
|
||||
mkdir -vp ~/.config/containers
|
||||
printf "[storage.options]\nmount_program=\"/usr/bin/fuse-overlayfs\"" > ~/.config/containers/storage.conf
|
||||
|
||||
|
||||
# Build image using Buildah action
|
||||
- name: Build Image
|
||||
id: build_image
|
||||
|
@ -91,6 +91,7 @@ jobs:
|
|||
spring-petclinic-*.jar
|
||||
port: 8080
|
||||
archs: amd64,arm64
|
||||
workDir: "."
|
||||
|
||||
- name: Echo Outputs
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue