From 56f541f020cc55a67063662d38ff76bf4d60d8ab Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 12 Jul 2021 13:35:25 -0400 Subject: [PATCH] build: Updated the gitlab-ci instructions to compile and deploy for version 3.0.0 that was just released. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b31c4e5..81d453a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ services: variables: REPOSITORY: "aparapi/aparapi" - VERSION: "2.0.0" + VERSION: "3.0.0" before_script: - echo "${DOCKER_TOKEN}" | docker login --username "${DOCKER_USER}" --password-stdin -- GitLab