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 6149756 commit cfa9112Copy full SHA for cfa9112
.github/workflows/main.yml
@@ -19,9 +19,6 @@ jobs:
19
run: |
20
curl -SL --output buildx.exe https://github.com/docker/buildx/releases/download/v0.22.0-rc1/buildx-v0.22.0-rc1.windows-amd64.exe
21
22
- - uses: crazy-max/ghaction-github-runtime@v3
23
- - uses: fawazahmed0/action-debug-vscode@main
24
-
25
- name: Build Image
26
shell: pwsh
27
@@ -32,4 +29,6 @@ jobs:
32
29
33
30
$env:DOCKER_BUILDKIT=1
34
31
$env:BUILDX_EXPERIMENTAL=1
35
- .\buildx.exe build -f docker/xcache.dockerfile --cache-to type=gha --cache-from type=gha -t app:latest .
+ .\buildx.exe build --push -f docker/xcache.dockerfile --cache-to type=gha --cache-from type=gha -t app:latest .
+
+ - uses: fawazahmed0/action-debug-vscode@main
0 commit comments