Skip to content

Commit 95ee472

Browse files
committed
Add tag
1 parent 57ff22f commit 95ee472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "api-docker-tag=myregistry/api:${{ github.event.pull_request.head.sha }}" >> $GITHUB_OUTPUT
5757

5858
- name: Build and push api
59-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0c
59+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6060
with:
6161
file: api/src/api/Dockerfile
6262
tags: ${{ steps.api-docker-tag.outputs.api-docker-tag }}

0 commit comments

Comments
 (0)