Skip to content

Commit b156b97

Browse files
authored
Merge pull request #43 from swaptacular/dependabot/github_actions/docker/build-push-action-6.4.1
Bump docker/build-push-action from 6.3.0 to 6.4.1
2 parents 77e7c1a + 1b236d8 commit b156b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3434

3535
- name: Build and push Docker image
36-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
36+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
3737
with:
3838
context: .
3939
target: app-image

0 commit comments

Comments
 (0)