Skip to content

Commit 7d52844

Browse files
authored
Merge pull request #49 from RobotSail/fix-image
tag image
2 parents 96131c5 + f3369c4 commit 7d52844

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate-ipfs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)