Skip to content

Commit 43ffc61

Browse files
committed
github CI: remove tags from container names
Best to be latest. Signed-off-by: Rosen Penev <[email protected]>
1 parent 06cf19a commit 43ffc61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly_Linux_distributions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
# arch suffering this issue: https://github.com/abseil/abseil-cpp/issues/709
23-
container_image: ["fedora:latest", "debian:11", "archlinux:base", "ubuntu:22.04", "tgagor/centos:stream9", "alpine:3.17"]
22+
container_image: ["fedora", "debian", "archlinux", "ubuntu", "tgagor/centos", "alpine"]
2423
compiler: [g++, clang++]
2524
build_type: [Release, Debug]
2625
shared_libraries: [ON, OFF]

0 commit comments

Comments
 (0)