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 e5e0549 commit cc3bd50Copy full SHA for cc3bd50
.github/workflows/docker-io.yml
@@ -1,4 +1,4 @@
1
-name: Docker CI IO
+name: Docker IO
2
on:
3
- push
4
jobs:
@@ -51,8 +51,6 @@ jobs:
51
file: docker/Dockerfile.io
52
platforms: linux/amd64
53
push: true
54
- cache-from: type=gha
55
- cache-to: type=gha,mode=max
56
tags: |
57
coderaiser/cloudcmd:io
58
coderaiser/cloudcmd:${{ steps.build.outputs.version }}-io
0 commit comments