Skip to content

Commit

Permalink
add config for test image publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vakarisbk committed Oct 22, 2023
1 parent 0c81c27 commit 228855b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_3.5.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
- 'master'
paths:
- '3.5.0/**'
# for testing
workflow_dispatch:

jobs:
run-build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ on:
default: ghcr.io/apache/spark-docker
type: choice
options:
- ghcr.io/vakarisbk/spark-docker
# GHCR: This required the write permission of apache/spark-docker (Spark Committer)
- ghcr.io/apache/spark-docker
# Dockerhub: This required the DOCKERHUB_TOKEN and DOCKERHUB_USER (Spark Committer)
Expand Down

0 comments on commit 228855b

Please sign in to comment.