File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215215 run : |
216216 docker load -i /tmp/bundle.tar
217217 docker inspect "${BUNDLE_IMAGE}:${{ env.TAG }}"
218-
218+
219219 - name : Login to registry
220220 # If the registry server is specified in the image name, we use that.
221221 # If the server isn't in the image name, default to docker.io
@@ -265,5 +265,6 @@ jobs:
265265 (github.event_name == 'push' || github.event_name == 'schedule') &&
266266 github.ref == 'refs/heads/main'
267267 run : |
268- echo "Pushing to ${IPFS_CLUSTER_K8S_IMAGE}:${{ env.CLUSTER_VERSION }}"
268+ echo "Pushing to ${IPFS_CLUSTER_K8S_IMAGE}:${{ env.CLUSTER_VERSION }}"
269+ docker tag "${IPFS_CLUSTER_K8S_IMAGE}" "${IPFS_CLUSTER_K8S_IMAGE}:${{ env.CLUSTER_VERSION }}"
269270 docker push "${IPFS_CLUSTER_K8S_IMAGE}:${{ env.CLUSTER_VERSION }}"
You can’t perform that action at this time.
0 commit comments