From e59fc9cf15b44f77b30635de4d724e77627b1b41 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sat, 16 Dec 2023 03:15:07 +0000 Subject: [PATCH] tidy ubuntu build --- .github/workflows/ubuntu.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 89bd9f3..20a2fea 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -12,13 +12,15 @@ on: jobs: build: + name: Build Ubuntu runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 name: Checkout repository - uses: pmorelli92/github-container-registry-build-push@2.2.1 - name: Build and Publish + name: Build Ubuntu with: github-push-secret: ${{secrets.GITHUB_TOKEN}} docker-image-name: ubuntu