Skip to content

Commit

Permalink
CI: fix docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
protobits authored and btashton committed Apr 22, 2021
1 parent 3fef111 commit 238fa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ on:
- 'tools/ci/docker/linux/**'

env:
IMAGE_NAME: nuttx-ci-linux
IMAGE_NAME: apache-nuttx-ci-linux

jobs:
# Push image to GitHub Packages.
push:
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

Expand Down

0 comments on commit 238fa3b

Please sign in to comment.