Skip to content

Commit

Permalink
chore: Update Docker image build and push paths for services in docke…
Browse files Browse the repository at this point in the history
…r-images.yml
  • Loading branch information
cedricdcc committed May 10, 2024
1 parent b8c4ea9 commit b9082f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
docker build -t $REG_NS/$dimg:$TAG_NAME -f $dimg/Dockerfile .
docker push $REG_NS/$dimg:$TAG_NAME
done
cd ..
done
- name: Build the Docker images and Push them to the registry-namespace indicated in REG_NS
run: |
Expand Down

0 comments on commit b9082f5

Please sign in to comment.