Skip to content

Commit cc0669c

Browse files
committed
Add Docker to the CI
1 parent fb97bf3 commit cc0669c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@ jobs:
4747
# shell: bash
4848

4949
- name: Set up Docker Buildx
50-
uses: docker/setup-buildx-action@v3
50+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5151

52-
- name: Build and push
53-
uses: docker/build-push-action@v6
52+
- name: Build and push api
53+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0c
5454
with:
55-
context: .
5655
file: api/src/api/Dockerfile
5756
push: false
5857

0 commit comments

Comments
 (0)