Skip to content

Commit e056c80

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

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/anchor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
build:
1414
name: Build
1515
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 }}
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 }}
2121
strategy:
2222
matrix:
2323
{

.github/workflows/native.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
build:
1414
name: Build
1515
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 }}
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 }}
2121
strategy:
2222
matrix:
2323
{

.github/workflows/seahorse.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
build:
1414
name: Build
1515
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 }}
16+
container:
17+
image: docker.io/solanadevelopers/solana-workshop-image-seahorse
18+
credentials:
19+
username: solanadevelopers
20+
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
2121
strategy:
2222
matrix:
2323
{

0 commit comments

Comments
 (0)