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 1717 contents : read
1818 packages : write
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Log in to the Container registry
2222 uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
2323 with :
3333 type=sha,prefix=server_only-,format=short
3434 type=raw,prefix=server_only-,value=latest
3535 - name : Build and push Docker server_only image
36- uses : docker/build-push-action@v2
36+ uses : docker/build-push-action@v5
3737 with :
3838 context : publisher/server_only
3939 push : true
4646 contents : read
4747 packages : write
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 - name : Log in to the Container registry
5151 uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
5252 with :
6262 type=sha,prefix=standard-,format=short
6363 type=raw,prefix=standard-,value=latest
6464 - name : Build and push Docker standard image
65- uses : docker/build-push-action@v2
65+ uses : docker/build-push-action@v5
6666 with :
6767 context : publisher/standard
6868 push : true
You can’t perform that action at this time.
0 commit comments