Skip to content

Commit

Permalink
Merge pull request #83 from crazy-max/fix-ci
Browse files Browse the repository at this point in the history
ci: fix ALPINE_LATEST env
  • Loading branch information
crazy-max committed May 26, 2024
2 parents 81059dc + 65145fb commit 6582233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
GHCR_SLUG: ghcr.io/crazy-max/alpine-s6
DOCKERHUB_DIST_SLUG: crazymax/alpine-s6-dist
GHCR_DIST_SLUG: ghcr.io/crazy-max/alpine-s6-dist
ALPINE_LATEST: 3.20
ALPINE_LATEST: '3.20'

jobs:
build:
Expand Down

0 comments on commit 6582233

Please sign in to comment.