Skip to content

Commit 2269ecd

Browse files
author
jpcaulfi
committed
cicd
1 parent 8653908 commit 2269ecd

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github/workflows/anchor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ env:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: docker.io/solanadevelopers/solana-workshop-image-anchor
15+
runs-on: ubuntu-18.04
16+
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 }}
1621
strategy:
1722
matrix:
1823
{

.github/workflows/native.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ env:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: docker.io/solanadevelopers/solana-workshop-image:0.0.2
15+
runs-on: ubuntu-18.04
16+
container:
17+
image: docker.io/solanadevelopers/solana-workshop-image:0.0.2
18+
credentials:
19+
username: solanadevelopers
20+
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
1621
strategy:
1722
matrix:
1823
{

.github/workflows/seahorse.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ env:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: docker.io/solanadevelopers/solana-workshop-image-seahorse
15+
runs-on: ubuntu-18.04
16+
container:
17+
image: docker.io/solanadevelopers/solana-workshop-image-seahorse
18+
credentials:
19+
username: solanadevelopers
20+
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
1621
strategy:
1722
matrix:
1823
{

0 commit comments

Comments
 (0)