From 2a787d2749809e5eb1eb0ac2b90b36c44dda9ea0 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:03:02 +0200 Subject: [PATCH] Rename job for consistency --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4aa6e43..d685a26 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ on: jobs: # Outputs from this job aren't really used, but it's here to verify that # the Dockerfile builds correctly on pull requests. - build: + pack: runs-on: ubuntu-latest permissions: actions: write