Skip to content

Commit cfa9112

Browse files
authored
Update main.yml
1 parent 6149756 commit cfa9112

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
run: |
2020
curl -SL --output buildx.exe https://github.com/docker/buildx/releases/download/v0.22.0-rc1/buildx-v0.22.0-rc1.windows-amd64.exe
2121
22-
- uses: crazy-max/ghaction-github-runtime@v3
23-
- uses: fawazahmed0/action-debug-vscode@main
24-
2522
- name: Build Image
2623
shell: pwsh
2724
run: |
@@ -32,4 +29,6 @@ jobs:
3229
run: |
3330
$env:DOCKER_BUILDKIT=1
3431
$env:BUILDX_EXPERIMENTAL=1
35-
.\buildx.exe build -f docker/xcache.dockerfile --cache-to type=gha --cache-from type=gha -t app:latest .
32+
.\buildx.exe build --push -f docker/xcache.dockerfile --cache-to type=gha --cache-from type=gha -t app:latest .
33+
34+
- uses: fawazahmed0/action-debug-vscode@main

0 commit comments

Comments
 (0)