Skip to content

Commit 20144e4

Browse files
authored
ci: build docker image with specified revision
1 parent b78217f commit 20144e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
matrix:
1717
docker-base-image: ["debian", "alpine"]
1818
runs-on: ubuntu-latest
19-
steps:
19+
steps:
2020
- name: Check out the repo
2121
uses: actions/checkout@v6
22+
with:
23+
ref: ${{ inputs.ref || github.ref }}
2224

2325
- name: Set up QEMU
2426
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)