Skip to content

Commit 58dc376

Browse files
authored
Merge pull request #172 from vlingo/gh-docker-build-push
Bump docker/build-push-action
2 parents 3341644 + 89ab950 commit 58dc376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
password: ${{ secrets.DOCKERHUB_TOKEN }}
135135

136136
- name: Build & Push
137-
uses: docker/build-push-action@v4
137+
uses: docker/build-push-action@v6
138138
with:
139139
context: .
140140
push: ${{ steps.version.outputs.push }}

0 commit comments

Comments
 (0)