Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
senceryazici committed Apr 14, 2024
1 parent 4396544 commit 48229f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
host: tegra

steps:
- name: Get datetime for logging
- name: Get matrix info
id: matrix_info
run: |
if [ "${{ matrix.host }}" == "desktop" ]; then
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
${{ steps.matrix_info.outputs.datetime }}:latest
${{ steps.matrix_info.outputs.datetime }}:${{ github.sha }}
${{ steps.matrix_info.outputs.image_tag }}:latest
${{ steps.matrix_info.outputs.image_tag }}:${{ github.sha }}
create-manifests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 48229f3

Please sign in to comment.