mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
CI: fix docker image name
This commit is contained in:
@@ -26,7 +26,7 @@ on:
|
|||||||
- 'tools/ci/docker/linux/**'
|
- 'tools/ci/docker/linux/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: nuttx-ci-linux
|
IMAGE_NAME: apache-nuttx-ci-linux
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Push image to GitHub Packages.
|
# Push image to GitHub Packages.
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: 1
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user