Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading