Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build and push Docker image
id: push
uses: docker/build-push-action@ff26911fd365b0233252dfbd8eede1c0e9ef9a51
uses: docker/build-push-action@cb941d0b895b09c17fa011d41c411b33c752cf28
with:
context: .
push: false
Expand Down
Loading