From 3e6cbd508f0ccb241d12d27362f7ec8e269ca704 Mon Sep 17 00:00:00 2001 From: akinomaeni Date: Wed, 31 Jan 2024 00:05:23 +0900 Subject: [PATCH] Use the input LATEST --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 719b1f3a..d2548edc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: Build image run: | - rake docker:build arch=${{ github.event.inputs.arch }} ruby_version=${{ github.event.inputs.RUBY_VERSION }} ubuntu_version=${{ github.event.inputs.UBUNTU_VERSION }} + rake docker:build arch=${{ github.event.inputs.arch }} ruby_version=${{ github.event.inputs.RUBY_VERSION }} ubuntu_version=${{ github.event.inputs.UBUNTU_VERSION }} latest_tag=${{ github.event.inputs.LATEST }} - name: Check image run: |