We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8b347 commit 6b18340Copy full SHA for 6b18340
1 file changed
.github/workflows/ci-cd.yml
@@ -53,7 +53,6 @@ jobs:
53
54
- name: Build (latest)
55
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node' && matrix.version == '14'
56
- if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.version == '14'
57
run: |
58
docker tag kooldev/node:${{ matrix.version }} kooldev/node:latest
59
docker tag kooldev/node:${{ matrix.version }}-qa kooldev/node:qa
0 commit comments