We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
I tried and it didn't work. We need to find a way to cache Docker build without using the docker-build-push action.
docker-build-push
steps: - uses: actions/checkout@v4 - uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-docker-${{ matrix.test.type }} restore-keys: | ${{ runner.os }}-docker- - name: Prepare working-directory: ./testdemos_files run: rsync -a deps/${{ matrix.test.type }}/* . - name: Build container run: | docker build \ --cache-from=type=gha \ --cache-to=type=gha,mode=max \ -t $imageName . - name: Run test if: false env: demo: ${{ matrix.test.file }} desc: ${{ matrix.test.desc }} run: | docker run \ --env demo \ --env desc \ -t $imageName \ ./runTest.sh
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: