Skip to content

Commit 870e22f

Browse files
committed
test
1 parent 3fc6e1b commit 870e22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Build and push api image
7676
id: push
77-
uses: docker/build-push-action@6
77+
uses: docker/build-push-action@v6
7878
with:
7979
context: .
8080
file: ./src/api/GalleryPixels.Api/Dockerfile
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Build and push api image
117117
id: push
118-
uses: docker/build-push-action@6
118+
uses: docker/build-push-action@v6
119119
with:
120120
context: .
121121
file: ./src/client/GalleryPixels.UI/Dockerfile

0 commit comments

Comments
 (0)