Skip to content

Workflow file for this run

name: l4t-base Merge
on:
push:
branches: [ main ]
paths:
- 'nvidia/l4t-base/r35.4.1/**'
workflow_dispatch:
jobs:
build:
runs-on: [self-hosted, linux, ARM64]
steps:
- uses: actions/checkout@v4
- name: Install QEMU static binaries
uses: docker/setup-qemu-actions@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set the tags
id: tags

Check failure on line 21 in .github/workflows/l4t-base-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/l4t-base-push.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
run: |
echo "tags=$($(git rev-parse --show-toplevel)/bin/list-tags-github-env.sh)" >> $GITHUB_ENV
- name: Build locally for testing
uses: docker/build-push-action@v5
with:
load: true
context: nvidia/l4t-base/r35.4.1
file: nvidia/l4t-base/r35.4.1/Containerfile
tags: ${{ env.tags }}