We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb97bf3 commit cc0669cCopy full SHA for cc0669c
1 file changed
.github/workflows/pull_request.yaml
@@ -47,12 +47,11 @@ jobs:
47
# shell: bash
48
49
- name: Set up Docker Buildx
50
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
51
52
- - name: Build and push
53
- uses: docker/build-push-action@v6
+ - name: Build and push api
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0c
54
with:
55
- context: .
56
file: api/src/api/Dockerfile
57
push: false
58
0 commit comments