Skip to content

Commit

Permalink
update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Oct 26, 2023
1 parent 8ede1a5 commit c8ab025
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ jobs:

docker-build-documentqa:
needs: [build]

runs-on: ubuntu-latest

steps:
- name: Set tags
id: set_tags
run: |
DOCKER_IMAGE=lfoppiano/grobid-superconductors
DOCKER_IMAGE=lfoppiano/document-insights-qa
VERSION=""
if [[ $GITHUB_REF == refs/tags/v* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}
Expand All @@ -70,7 +69,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
image: lfoppiano/grobid-superconductors
image: lfoppiano/document-insights-qa
registry: docker.io
pushImage: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.set_tags.outputs.tags }}
Expand Down

0 comments on commit c8ab025

Please sign in to comment.