Skip to content

Commit

Permalink
cfa dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Apr 2, 2024
1 parent f7dc522 commit b05ebb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags:
- '**'
env:
IMAGE_NAME: "mcsystems/news-search-api"
IMAGE_NAME: "codeforafrica/news-search-api"

jobs:

Expand All @@ -29,8 +29,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Determine Tag
id: tag
Expand Down

0 comments on commit b05ebb7

Please sign in to comment.