feat(ci): save cache on build-main
workflows and only restore cache on docker-build-and-push-main
workflows
#1289
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: setup-docker | |
on: | |
pull_request: | |
jobs: | |
setup-docker: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Run setup script | |
run: | | |
./setup-dev-env.sh -y -v docker |