Skip to content

Commit e180918

Browse files
fix organization name in github action (#622)
the previous PR had a small typo in organization name. This PR fixes it and now all github action workflows should run perfectly. --------- Co-authored-by: panther <[email protected]>
1 parent 169b84d commit e180918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
context: ./automatic-deployment-CICD-template
7575
dockerfile: ./automatic-deployment-CICD-template/Dockerfile
7676
push: ${{ github.ref == 'refs/heads/master' }} # Changed from main to master
77-
tags: ghcr.io/akashnetwork/awesome-akash/consolecicd:${{ env.IMAGE_TAG }}
77+
tags: ghcr.io/akash-network/awesome-akash/consolecicd:${{ env.IMAGE_TAG }}

automatic-deployment-CICD-template/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "2.0"
33
services:
44
service-1:
5-
image: ghcr.io/akashnetwork/awesome-akash/consolecicd:v1
5+
image: ghcr.io/akash-network/awesome-akash/consolecicd:v1
66
expose:
77
- port: 3000
88
as: 80

0 commit comments

Comments
 (0)