From 574d9c46b874667ea222cb45afc2928e38055c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sat, 7 Aug 2021 13:33:10 +0100 Subject: [PATCH] Disable other images for now --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0927d1e..3170fef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,16 +18,16 @@ jobs: config: - os: debian tag: latest - - os: ubuntu - tag: latest - - os: centos - tag: latest - - os: fedora - tag: latest - - os: archlinux - tag: latest - - os: latest - tag: latest + # - os: ubuntu + # tag: latest + # - os: centos + # tag: latest + # - os: fedora + # tag: latest + # - os: archlinux + # tag: latest + # - os: latest + # tag: latest steps: - uses: actions/checkout@v2