From ec9889b0ddf854369db6d92a51fdf2aea4054ec5 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Sun, 31 Mar 2024 09:24:20 +0300 Subject: [PATCH] Update debian9.yml --- .github/workflows/debian9.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian9.yml b/.github/workflows/debian9.yml index c98a599..85e42eb 100644 --- a/.github/workflows/debian9.yml +++ b/.github/workflows/debian9.yml @@ -1,5 +1,5 @@ --- -name: deb-bullseye +name: deb-stretch on: pull_request: @@ -88,7 +88,7 @@ jobs: platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm64/v8 push: ${{ github.event_name != 'pull_request' }} tags: | - ${{ github.repository }}:debian9, ${{ github.repository }}:bullseye + ${{ github.repository }}:debian9, ${{ github.repository }}:stretch labels: ${{ steps.meta.outputs.labels }} - name: Docker Scout