Skip to content

Commit

Permalink
make alpine default image
Browse files Browse the repository at this point in the history
  • Loading branch information
cybernop committed Aug 27, 2024
1 parent cbb2e71 commit ef65e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=${{ matrix.validator-version }}-${{ matrix.os }}
type=raw,value=${{ matrix.validator-version }},enable=${{ matrix.os == 'ubuntu' }}
type=raw,value=${{ matrix.validator-version }},enable=${{ matrix.os == 'alpine' }}
type=raw,value=latest,enable=${{ matrix.os == 'alpine' && matrix.validator-version == '6.3.20' }}
# Build and push Docker image with Buildx (push on tag)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit ef65e29

Please sign in to comment.