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 Jan 16, 2025
1 parent e5e822b commit 704fef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Docker-Linux_From_Apache
name: Docker-Linux_From_Apache-Nuttx

on:
push:
# Publish `trunk` as Docker `latest` image.
branches:
- trunk
paths:
- '.github/workflows/docker_linux_from_apache.yml'
- '.github/workflows/docker_linux/Dockerfile_from_apache'
- '.github/workflows/docker_linux_from_apache-nuttx.yml'
- '.github/workflows/docker_linux/Dockerfile_from_apache-nuttx'

env:
IMAGE_NAME: openvela-ci-linux_from_apache
IMAGE_NAME: openvela-ci-linux_from_apache-nuttx

concurrency:
group: docker-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -42,7 +42,7 @@ jobs:
push:
runs-on: ubuntu-latest
env:
IMAGE_TAG: ghcr.io/open-vela/openvela-ci-linux_from_apache
IMAGE_TAG: ghcr.io/open-vela/openvela-ci-linux_from_apache-nuttx
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .github/workflows/docker_linux
file: .github/workflows/docker_linux/Dockerfile_from_apache
file: .github/workflows/docker_linux/Dockerfile_from_apache-nuttx
platforms: linux/amd64
push: ${{ github.ref == 'refs/heads/trunk' }}
tags: ${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit 704fef4

Please sign in to comment.