Skip to content

Commit

Permalink
Update alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Sep 26, 2023
1 parent e1fb5a9 commit 2e54824
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 2e54824

Please sign in to comment.