Skip to content

Commit

Permalink
fix: woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 31, 2024
1 parent c7b3166 commit 4ca172f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo TAGS: $TAGS
echo PLATFORMS: $PLATFORMS
echo VARIANT: $VARIANT
echo -e "type=raw,value=${TAGS//, /\n},enable=true,priority=200" >> $GITHUB_OUTPUTecho -e "tags=${TAGS//, /\n}" >> $GITHUB_OUTPUT
echo -e "type=raw,value=${TAGS//, /\n},enable=true,priority=200" >> $GITHUB_OUTPUT
echo "platforms=$PLATFORMS" >> $GITHUB_OUTPUT
echo "variant=$VARIANT" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions 18/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ RUN apk add --no-cache \
tzdata

ENTRYPOINT [ "tini", "--", "docker-entrypoint.sh" ]

0 comments on commit 4ca172f

Please sign in to comment.