Skip to content

Commit

Permalink
Revert "ci/cd: test docker login with FSI credentials"
Browse files Browse the repository at this point in the history
This reverts commit cc86699.
  • Loading branch information
lachlanhurst committed Apr 15, 2024
1 parent 5fdeba7 commit 7bf953b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
IMAGE_NAME: crcsi/waterbodies-api
IMAGE_NAME: digitalearthafrica/waterbodies-api

jobs:
push_to_registry:
Expand All @@ -20,8 +20,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.FSI_DOCKER_USERNAME }}
password: ${{ secrets.FSI_DOCKER_PASSWORD}}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DEAFRICA_DOCKER_PASSWORD}}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 7bf953b

Please sign in to comment.