From 46d662271f3bdb817de5a9ca79f985b14a6395e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Bourgeois?= <89983767+JeromeMBourgeois@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:16:07 +0200 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 50ce781..ad63778 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -3,8 +3,6 @@ name: Docker on: release: types: [created] - branches: - - main jobs: build: @@ -64,4 +62,4 @@ jobs: with: push: true file: Dockerfile - tags: inseefr/impala:${{ env.VERSION }} \ No newline at end of file + tags: inseefr/impala:${{ env.VERSION }}