File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
password : ${{ secrets.GITHUB_TOKEN }}
38
38
39
39
- name : Build and push with latest release - SparkMagic
40
- uses : docker/build-push-action@v5
40
+ uses : docker/build-push-action@v6
41
41
if : github.event_name == 'schedule'
42
42
with :
43
43
context : .
48
48
${{ env.REPOSITORY_URL }}/${{ env.SPARKMAGIC_IMAGE_NAME }}
49
49
50
50
- name : Build and push with latest release - Jupyter
51
- uses : docker/build-push-action@v5
51
+ uses : docker/build-push-action@v6
52
52
if : github.event_name == 'schedule'
53
53
with :
54
54
context : .
59
59
${{ env.REPOSITORY_URL }}/${{ env.JUPYTER_IMAGE_NAME }}
60
60
61
61
- name : Build and push with local packages - SparkMagic
62
- uses : docker/build-push-action@v5
62
+ uses : docker/build-push-action@v6
63
63
if : github.event_name == 'push'
64
64
with :
65
65
context : .
72
72
${{ env.REPOSITORY_URL }}/${{ env.SPARKMAGIC_IMAGE_NAME }}
73
73
74
74
- name : Build and push with local packages - Jupyter
75
- uses : docker/build-push-action@v5
75
+ uses : docker/build-push-action@v6
76
76
if : github.event_name == 'push'
77
77
with :
78
78
context : .
You can’t perform that action at this time.
0 commit comments