Skip to content

Commit 8efafd5

Browse files
authored
Merge pull request #35 from lsst-sqre/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents 84e826a + 4df2303 commit 8efafd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
password: ${{ secrets.GITHUB_TOKEN }}
9696

9797
- name: Build and push
98-
uses: docker/build-push-action@v4
98+
uses: docker/build-push-action@v5
9999
with:
100100
context: .
101101
push: true

0 commit comments

Comments
 (0)