Skip to content

Commit 0034a6f

Browse files
authored
Bump the Spark image in tests (#144)
* Bump the Spark image in tests * Update build.yaml
1 parent 281b075 commit 0034a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
pull-requests: write
1818

1919
container:
20-
image: ghcr.io/sneaksanddata/spark:v5.0.1
20+
image: ghcr.io/sneaksanddata/spark:v5.0.2
2121
credentials:
2222
username: USERNAME
2323
password: ${{ secrets.GHCR_TOKEN }}
24-
options: -u root -w /opt/bitnami/spark --mount type=tmpfs,destination=/home/spark
24+
options: -u root -w /opt/spark --mount type=tmpfs,destination=/home/spark
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)