[epiphany/mcatanzaro/ci-pull: 3/3] ci: update image, for no particular reason




commit cb0a1efcb144d90a12d7565320295d2532374595
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Feb 9 15:14:59 2022 -0600

    ci: update image, for no particular reason
    
    This is just to make sure building a new CI image is still possible
    after changing the Dockerfile, and to ensure no recent changes in Alpine
    have broken us. It's like a checkpoint.

 .gitlab-ci.yml           | 2 +-
 .gitlab-ci/run-podman.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe603bb35..4e663bf90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ stages:
   - test
 
 check-code-style:
-  image: registry.gitlab.gnome.org/gnome/epiphany/master:v4
+  image: registry.gitlab.gnome.org/gnome/epiphany/master:v5
   interruptible: true
   script:
     - bash data/check-code-style
diff --git a/.gitlab-ci/run-podman.sh b/.gitlab-ci/run-podman.sh
index 5c6ab86cc..bf9eae8f0 100755
--- a/.gitlab-ci/run-podman.sh
+++ b/.gitlab-ci/run-podman.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-TAG="registry.gitlab.gnome.org/gnome/epiphany/master:v4"
+TAG="registry.gitlab.gnome.org/gnome/epiphany/master:v5"
 
 cd "$(dirname "$0")"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]