From 2e54824e858725e673fb60e764f45280eb90e06a Mon Sep 17 00:00:00 2001 From: dogi Date: Tue, 26 Sep 2023 02:18:31 -0400 Subject: [PATCH] Update alpine.yml --- .github/workflows/alpine.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 9db85a3..f7016b7 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -64,8 +64,7 @@ jobs: fail-fast: false matrix: arch: [amd64, arm, arm64] - #version: [3.12, 3.14, 3.16, 3.18] - version: [3.12] + version: [3.12, 3.14, 3.16, 3.18] env: name: "treehouses/alpine" steps: @@ -115,8 +114,7 @@ jobs: fail-fast: false matrix: registry: [docker.io, ghcr.io] - #version: [3.12, 3.14, 3.16, 3.18] - version: [3.12] + version: [3.12, 3.14, 3.16, 3.18] runs-on: ubuntu-latest outputs: message: ${{ steps.message.outputs.message }}