CI: fix docker image name

This commit is contained in:
Matias N 2021-04-22 18:57:48 -03:00 committed by Brennan Ashton
parent 3fef111509
commit 238fa3bae2

View file

@ -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