Skip to content

Commit

Permalink
Fix path for Docker pull (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Apr 1, 2024
1 parent 83bfa88 commit 6594333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
DOCKER_TAG: master-latest
CPU: haswell
run: |
docker pull ${DOCKER_REPOSITORY}upf-epc-bess:$DOCKER_TAG
docker pull ${DOCKER_REPOSITORY}upf-epc-pfcpiface:$DOCKER_TAG
docker pull ${DOCKER_REGISTRY}${DOCKER_REPOSITORY}upf-epc-bess:$DOCKER_TAG
docker pull ${DOCKER_REGISTRY}${DOCKER_REPOSITORY}upf-epc-pfcpiface:$DOCKER_TAG
CPU=$CPU make docker-build
make docker-push
Expand Down

0 comments on commit 6594333

Please sign in to comment.