Skip to content

Commit 4b7f1bd

Browse files
committed
fix(build): publish to ghcr
1 parent 612bc4a commit 4b7f1bd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/osrm-frontend-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish frontend
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [gh-pages]
66

77
jobs:
88
build-and-push:
@@ -12,15 +12,15 @@ jobs:
1212
contents: read
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

17-
- uses: docker/login-action@v3
17+
- uses: docker/login-action@v4
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222

23-
- uses: docker/build-push-action@v6
23+
- uses: docker/build-push-action@v7
2424
with:
2525
context: .
2626
file: ./docker/Dockerfile

0 commit comments

Comments
 (0)