File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
name : Build
15
- runs-on : ubuntu-18.04
16
15
container :
17
- image : docker.io/solanadevelopers/solana-workshop-image-anchor:0.0.1
18
- credentials :
19
- username : solanadevelopers
20
- password : ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
16
+ image : solanadevelopers/solana-workshop-image-anchor:0.0.1
21
17
strategy :
22
18
matrix :
23
19
{
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
name : Build
15
- runs-on : ubuntu-18.04
15
+ runs-on : ubuntu-latest
16
16
container :
17
17
image : docker.io/solanadevelopers/solana-workshop-image:0.0.2
18
18
credentials :
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
build :
14
14
name : Build
15
- runs-on : ubuntu-18.04
15
+ runs-on : ubuntu-latest
16
16
container :
17
17
image : docker.io/solanadevelopers/solana-workshop-image-seahorse
18
18
credentials :
You can’t perform that action at this time.
0 commit comments