Skip to content

Commit

Permalink
removing scraper docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed Nov 15, 2024
1 parent 036b0e0 commit e4ba2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
-
name: Cloud Foundry Push
env:
DOCKER_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/srt-fbo-scraper:dev-${{ needs.docker.outputs.formattedTime }}
DOCKER_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/srt-ui:dev-${{ needs.docker.outputs.formattedTime }}
run: cf push srt-ui-dev -f cf/manifest.dev.yml --docker-image $DOCKER_IMAGE

0 comments on commit e4ba2f2

Please sign in to comment.