Skip to content

Commit

Permalink
ci: tag using chromiumversion-alpineversion instead of the opposite
Browse files Browse the repository at this point in the history
Rationale being that I think this image is more "chromium based on
alpine" than "alpine with chromium". Putting the chromium version first
reflects this by making it more relevant.
  • Loading branch information
nadiamoe committed Nov 22, 2024
1 parent fa10c01 commit fd513ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64,linux/arm64
tags: |-
ghcr.io/${{ github.repository }}:${{ steps.repo.outputs.alpine_version }}-${{ steps.repo.outputs.chromium_version }}
ghcr.io/${{ github.repository }}:${{ steps.repo.outputs.chromium_version }}-${{ steps.repo.outputs.alpine_version }}

0 comments on commit fd513ec

Please sign in to comment.