From a35b298595a4b6d133d3bac4cbcb2fc4d05e4851 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 1 Oct 2020 18:07:38 -0400 Subject: [PATCH] Made it so images get compiled and pushed for all branches. --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55c7285..4088664 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,10 +29,6 @@ amdgpu: --build-arg "aparapiver=${VERSION}" "amdgpu/" - docker push "${REPOSITORY}-amdgpu" - only: - - master - - develop - - tags tags: - dind @@ -52,10 +48,6 @@ nvidia: --build-arg "aparapiver=${VERSION}" "nvidia/" - docker push "${REPOSITORY}-nvidia" - only: - - master - - develop - - tags tags: - dind @@ -75,9 +67,5 @@ pocl: --build-arg "aparapiver=${VERSION}" "pocl/" - docker push "${REPOSITORY}-pocl" - only: - - master - - develop - - tags tags: - dind -- GitLab