We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869b01a commit 33d755dCopy full SHA for 33d755d
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: docker/build-push-action@v6
30
with:
31
platforms: linux/amd64,linux/arm64
32
+ no-cache: true
33
tags: "${{ vars.DOCKER_USER }}/browser:latest,${{ vars.DOCKER_USER }}/browser:nightly"
34
# For pull requests, export results to the build cache.
35
# Otherwise, push to a registry.
0 commit comments