CI: fix docker image name
This commit is contained in:
parent
3fef111509
commit
238fa3bae2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker_linux.yml
vendored
4
.github/workflows/docker_linux.yml
vendored
|
|
@ -26,7 +26,7 @@ on:
|
|||
- 'tools/ci/docker/linux/**'
|
||||
|
||||
env:
|
||||
IMAGE_NAME: nuttx-ci-linux
|
||||
IMAGE_NAME: apache-nuttx-ci-linux
|
||||
|
||||
jobs:
|
||||
# Push image to GitHub Packages.
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
IMAGE_TAG: docker.pkg.github.com/${{ github.repository }}/nuttx-ci-linux
|
||||
IMAGE_TAG: docker.pkg.github.com/${{ github.repository }}/apache-nuttx-ci-linux
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue