Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit d3734b8

Browse files
authored
Make tag consistent in smoke test
1 parent 2fd6d82 commit d3734b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tags: ghcr.io/all-hands-ai/python-nodejs:${{ matrix.key }}
6666
- name: Run smoke tests
6767
run: |
68-
docker run --rm all-hands-ai/python-nodejs:${{ matrix.key }} sh -c "node --version && npm --version && yarn --version && python --version && pip --version && pipenv --version && poetry --version && uv --version"
68+
docker run --rm ghcr.io/all-hands-ai/python-nodejs:${{ matrix.key }} sh -c "node --version && npm --version && yarn --version && python --version && pip --version && pipenv --version && poetry --version && uv --version"
6969
- name: Push image
7070
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
7171
with:

0 commit comments

Comments
 (0)