chore: add latest-official docker tag (#25322)

This commit is contained in:
Elizabeth Thompson
2023-10-18 16:59:30 -07:00
committed by GitHub
parent be82657940
commit 26498fc099
7 changed files with 289 additions and 42 deletions

View File

@@ -44,7 +44,7 @@ jobs:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
run: |
.github/workflows/docker_build_push.sh
./scripts/docker_build_push.sh
- name: Build ephemeral env image
if: github.event_name == 'pull_request'