We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281b075 commit 0034a6fCopy full SHA for 0034a6f
.github/workflows/build.yaml
@@ -17,11 +17,11 @@ jobs:
17
pull-requests: write
18
19
container:
20
- image: ghcr.io/sneaksanddata/spark:v5.0.1
+ image: ghcr.io/sneaksanddata/spark:v5.0.2
21
credentials:
22
username: USERNAME
23
password: ${{ secrets.GHCR_TOKEN }}
24
- options: -u root -w /opt/bitnami/spark --mount type=tmpfs,destination=/home/spark
+ options: -u root -w /opt/spark --mount type=tmpfs,destination=/home/spark
25
26
steps:
27
- uses: actions/checkout@v4
0 commit comments