Skip to content

Commit

Permalink
small fix to docker-publish github action (#567)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #567

{F700134653}

Reviewed By: jrodal98

Differential Revision: D34160484

fbshipit-source-id: edebbf8b3c8717c15d88f08b51f10892e5015282
  • Loading branch information
leegross authored and facebook-github-bot committed Feb 11, 2022
1 parent fd24498 commit b6aff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
LOCAL_IMAGE_NAME: fbpcs/onedocker
RC_REGISTRY_IMAGE_NAME: ghcr.io/${{ github.repository }}/rc/onedocker
PROD_REGISTRY_IMAGE_NAME: ghcr.io/${{ github.repository }}/onedocker
COORDINATOR_IMAGE: ghcr.io/facebookresearch/fbpcs/coordinator:${{ env.VERSION_TAG }}
COORDINATOR_IMAGE: ghcr.io/facebookresearch/fbpcs/coordinator:latest-build
PL_CONTAINER_NAME: e2e_pl_container
PA_CONTAINER_NAME: e2e_pa_container
TIME_RANGE: 24 hours
Expand Down

0 comments on commit b6aff54

Please sign in to comment.