We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c1156 commit 534e666Copy full SHA for 534e666
.github/workflows/ui-docker-image.yml
@@ -50,7 +50,7 @@ jobs:
50
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
51
52
- name: Build Docker Image and Push
53
- uses: docker/build-push-action@v6.13.0
+ uses: docker/build-push-action@v6.15.0
54
with:
55
context: .
56
file: docker/Dockerfile
.github/workflows/ui-release.yml
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
0 commit comments