From 7ab3aa9d2217ecffdfb341eb87515b149a0eef5e Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Wed, 10 Jul 2024 22:34:31 -0500 Subject: [PATCH] Clean up workflow comments --- .github/workflows/install-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/install-test.yml b/.github/workflows/install-test.yml index 64016b4..c43b194 100644 --- a/.github/workflows/install-test.yml +++ b/.github/workflows/install-test.yml @@ -15,8 +15,6 @@ jobs: # https://github.com/docker/build-push-action/issues/7 - name: Pull Docker image run: docker pull agitter/singe:tmp -# Docker image build fails -# The repository 'http://deb.debian.org/debian stretch Release' does no longer have a Release file. - name: Build Docker image uses: docker/build-push-action@v1 with: