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 0596261 commit b12b43dCopy full SHA for b12b43d
.github/workflows/docker.yml
@@ -97,9 +97,6 @@ jobs:
97
if: steps.docker-image-cache.outputs.cache-hit != 'true'
98
run: docker image save -o sqlserver.tar mcr.microsoft.com/mssql/server:2025-latest
99
100
- - uses: satackey/action-docker-layer-caching@v0.0.11
101
- continue-on-error: true
102
-
103
- name: Build Image
104
run: |
105
docker build -f alpine/Dockerfile \
@@ -272,9 +269,6 @@ jobs:
272
269
273
270
274
271
275
276
277
278
279
280
docker build -f ubuntu/Dockerfile \
0 commit comments