Skip to content

Commit

Permalink
fix github actions (#621)
Browse files Browse the repository at this point in the history
The previous PR initialized github actions but a workflow was failing
due to capital repo name. That has been fixed.

---------

Co-authored-by: Chaitanya Rai <[email protected]>
  • Loading branch information
1 parent 93fcea0 commit 169b84d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: consoleCICD
IMAGE_TAG: v1.0.0
IMAGE_NAME: consolecicd
IMAGE_TAG: v1

jobs:
shellcheck:
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
context: ./automatic-deployment-CICD-template
dockerfile: ./automatic-deployment-CICD-template/Dockerfile
push: ${{ github.ref == 'refs/heads/master' }} # Changed from main to master
tags: ghcr.io/${{ github.repository }}/consoleCICD:${{ env.IMAGE_TAG }}
tags: ghcr.io/akashnetwork/awesome-akash/consolecicd:${{ env.IMAGE_TAG }}
2 changes: 1 addition & 1 deletion automatic-deployment-CICD-template/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
service-1:
image: ghcr.io/akash-network/awesome-akash/consoleCICD:v1.0.0
image: ghcr.io/akashnetwork/awesome-akash/consolecicd:v1
expose:
- port: 3000
as: 80
Expand Down
1 change: 0 additions & 1 deletion automatic-deployment-CICD-template/javascript/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ setup() {


NEXT=(
"https://github.com/HemanthGangula/next-js-app.git (Next.js)"
"https://github.com/AykutSarac/jsoncrack.com.git (Next.js)"
"https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git (Next.js)"
)
Expand Down

0 comments on commit 169b84d

Please sign in to comment.