Skip to content

Commit

Permalink
update docker image name
Browse files Browse the repository at this point in the history
Signed-off-by: zhangning21 <[email protected]>
  • Loading branch information
zhangning21 committed Nov 25, 2024
1 parent 6dde0d8 commit e63630d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ci-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'ghcr.io/openvela/openvela-ci-linux'
image: 'ghcr.io/open-vela/openvela-ci-linux'
args:
- "/bin/bash"
- "-ce"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
push:
runs-on: ubuntu-latest
env:
IMAGE_TAG: ghcr.io/openvela/openvela-ci-linux
IMAGE_TAG: ghcr.io/open-vela/openvela-ci-linux
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e63630d

Please sign in to comment.