Skip to content

Commit 0d5157f

Browse files
committed
test
1 parent 3658dee commit 0d5157f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
id: docker-build-push
2222
uses: ./.github/actions/docker-build-push
2323
with:
24-
image_name: "ghcr.io/tenstorrent/forge-ubuntu22-04-py3-11"
24+
image_name: "ghcr.io/tenstorrent/forge-ubuntu-22-04-py3-11"
2525
docker_tag: "${{ github.sha }}"
2626
make_latest: false
2727
force_rebuild: ${{ inputs.force_rebuild || false }}
28-
dockerfile: ".github/Dockerfile.ubuntu22-04-py3.11"
28+
dockerfile: ".github/Dockerfile.ubuntu-22-04-py3.11"

0 commit comments

Comments
 (0)