From 33df8ad66c24b5902f3bd2761691b73ca955cb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Cl=C3=A9ment?= Date: Wed, 29 Jun 2022 16:50:18 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61a487c..13bd7e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,7 @@ name: Build -on: - push: +on: push jobs: build-gradle: @@ -76,4 +75,4 @@ jobs: push: true context: . tags: "ghcr.io/sebclem/claptrapbot:${{ env.tag }}" - file: ./Dockerfile \ No newline at end of file + file: ./Dockerfile