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 7d0012e commit a594ee7Copy full SHA for a594ee7
1 file changed
.github/workflows/docker.yml
@@ -26,7 +26,7 @@ jobs:
26
27
fail-fast: false
28
29
- name: Docker (dockette/ci:${{ matrix.image }})
+ name: Docker (dockette/nodejs:${{ matrix.image }})
30
31
steps:
32
- name: Checkout
@@ -48,6 +48,6 @@ jobs:
48
uses: docker/build-push-action@v3
49
with:
50
context: ${{ matrix.image }}
51
- push: true
52
- tags: dockette/ci:${{ matrix.image }}
+ push: false
+ tags: dockette/nodejs:${{ matrix.image }}
53
platforms: ${{ matrix.platforms || 'linux/amd64,linux/arm64' }}
0 commit comments