Skip to content

Commit b44a783

Browse files
author
jpcaulfi
committed
cicd
1 parent e056c80 commit b44a783

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/anchor.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ env:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-18.04
1615
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
2117
strategy:
2218
matrix:
2319
{

.github/workflows/native.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-latest
1616
container:
1717
image: docker.io/solanadevelopers/solana-workshop-image:0.0.2
1818
credentials:

.github/workflows/seahorse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-latest
1616
container:
1717
image: docker.io/solanadevelopers/solana-workshop-image-seahorse
1818
credentials:

0 commit comments

Comments
 (0)