Skip to content

Commit 76f38af

Browse files
committed
misc: Tweaks
1 parent 55fbd75 commit 76f38af

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/docker-build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
docker build \
3939
--pull \
4040
--file ${{ inputs.file }} \
41-
--tag ${{ inputs.tag }}${{ steps.uniquetag.unique }} \
41+
--tag ${{ inputs.tag }}${{ steps.uniquetag.outputs.unique }} \
4242
--build-arg base=${{ inputs.base }} \
4343
.
4444

.github/actions/docker-run/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ runs:
5353
run: |
5454
docker run \
5555
--init -t --rm \
56+
${{ inputs.args }} \
5657
--name "ci-${{ inputs.name }}${{ inputs.id }}" \
5758
${{ steps.processenv.outputs.env }} \
5859
"${{ inputs.tag }}${{ inputs.id }}" \

0 commit comments

Comments
 (0)