Skip to content

Commit

Permalink
Update push worklow to use de africa credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema committed Sep 27, 2023
1 parent b207b26 commit 59debbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
types: [created, edited]

env:
IMAGE_NAME: victorianeema/deafrica-conflux
IMAGE_NAME: digitalearthafrica/deafrica-conflux

jobs:
push:
Expand All @@ -35,7 +35,7 @@ jobs:
with:
image_name: ${{ env.IMAGE_NAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD}}
password: ${{ secrets.DEAFRICA_DOCKER_PASSWORD}}
image_tag: ${{ env.RELEASE }}
- name: Get git commit hash for push to main
if: github.event_name != 'release'
Expand All @@ -48,5 +48,5 @@ jobs:
with:
image_name: ${{ env.IMAGE_NAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD}}
password: ${{ secrets.DEAFRICA_DOCKER_PASSWORD}}
image_tag: latest,${{ env.RELEASE }}

0 comments on commit 59debbe

Please sign in to comment.