We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612bc4a commit 4b7f1bdCopy full SHA for 4b7f1bd
1 file changed
.github/workflows/osrm-frontend-docker.yml
@@ -2,7 +2,7 @@ name: Publish frontend
2
3
on:
4
push:
5
- branches: [main]
+ branches: [gh-pages]
6
7
jobs:
8
build-and-push:
@@ -12,15 +12,15 @@ jobs:
12
contents: read
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
17
- - uses: docker/login-action@v3
+ - uses: docker/login-action@v4
18
with:
19
registry: ghcr.io
20
username: ${{ github.actor }}
21
password: ${{ secrets.GITHUB_TOKEN }}
22
23
- - uses: docker/build-push-action@v6
+ - uses: docker/build-push-action@v7
24
25
context: .
26
file: ./docker/Dockerfile
0 commit comments