Skip to content

Commit

Permalink
GHA: fix on_docker_change
Browse files Browse the repository at this point in the history
fix typo

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Jan 8, 2025
1 parent b13d716 commit 9409bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_docker_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args:
NRF_VERSION= ${{ steps.revision.outputs.REF_NAME }}"
NRF_VERSION= ${{ steps.revision.outputs.REF_NAME }}

0 comments on commit 9409bef

Please sign in to comment.