Skip to content

Commit fab91e2

Browse files
Fix docker image builds
1 parent 82a2b4d commit fab91e2

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ on:
88
- 'v*'
99
jobs:
1010
push_to_registries:
11-
name: Push Docker image to multiple registries
11+
name: Push Docker image
1212
runs-on: ubuntu-latest
1313
permissions:
1414
packages: write
1515
contents: read
1616
attestations: write
1717
id-token: write
1818
steps:
19+
- name: Setup PHP 8.4
20+
uses: shivammathur/setup-php@v2
21+
with:
22+
php-version: '8.4'
23+
1924
- name: Check out the repo
2025
uses: actions/checkout@v4
2126

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
alt="Strava">
44
</p>
55

6+
<p align="center">
7+
<a href="https://github.com/robiningelbrecht/strava-statistics/actions/workflows/ci.yml">
8+
<img src="https://github.com/robiningelbrecht/strava-statistics/actions/workflows/ci.yml/badge.svg" alt="CI">
9+
</a>
10+
<a href="https://github.com/robiningelbrecht/strava-statistics/actions/workflows/docker-image.yml">
11+
<img src="https://github.com/robiningelbrecht/strava-statistics/actions/workflows/docker-image.yml/badge.svg" alt="Publish Docker image">
12+
</a>
13+
<a href="https://raw.githubusercontent.com/robiningelbrecht/strava-statistics/refs/heads/master/LICENSE">
14+
<img src="https://img.shields.io/github/license/robiningelbrecht/strava-statistics?color=428f7e&logo=open%20source%20initiative&logoColor=white" alt="License">
15+
</a>
16+
<a href="https://hub.docker.com/r/robiningelbrecht/strava-statistics">
17+
<img src="https://img.shields.io/docker/image-size/robiningelbrecht/strava-statistics" alt="Docker Image Size">
18+
</a>
19+
<a href="hhttps://hub.docker.com/r/robiningelbrecht/strava-statistics">
20+
<img src="https://img.shields.io/docker/pulls/robiningelbrecht/strava-statistics" alt="Docker pulls">
21+
</a>
22+
<a href="hhttps://hub.docker.com/r/robiningelbrecht/strava-statistics">
23+
<img src="https://img.shields.io/docker/v/robiningelbrecht/strava-statistics?sort=semver" alt="Docker version">
24+
</a>
25+
</p>
26+
627
---
728

829
Use this Docker image to set up your own Strava statistics pages.

0 commit comments

Comments
 (0)