Skip to content

Commit

Permalink
fix: revert ci container image tag
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Feb 14, 2024
1 parent 16c9fa3 commit 8e786d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ jobs:
runs-on: ubuntu-latest
needs: [detect-ci-container]
container:
# TODO: revert it later.
# image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG_NAME }}
image: ghcr.io/vdaas/vald/vald-ci-container:pr-2334
image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG_NAME }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8e786d9

Please sign in to comment.