From cd4d9a0ced693a41ee38ba8f3afd05ee26d4bdbf Mon Sep 17 00:00:00 2001 From: Antoine Guyon Date: Tue, 9 Mar 2021 11:24:09 +0100 Subject: [PATCH] Update docker.yml --- .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 f77389e..39ff72d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -19,4 +19,4 @@ jobs: docker build . -t aguyonnet/glpi:$(curl -s https://api.github.com/repos/glpi-project/glpi/releases/latest | grep tag_name | cut -d '"' -f 4) -t aguyonnet/glpi:latest - name: docker push run: | - docker push aguyonnet/glpi:$(curl -s https://api.github.com/repos/glpi-project/glpi/releases/latest | grep tag_name | cut -d '"' -f 4) aguyonnet/glpi:latest + docker push aguyonnet/glpi:$(curl -s https://api.github.com/repos/glpi-project/glpi/releases/latest | grep tag_name | cut -d '"' -f 4)