Skip to content
Closed
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@eb6512707bea5740b2608f2a43ece7bc543cb75b
uses: docker/build-push-action@de308676347136a77704e0f257298c8f1b30054f
with:
context: .
push: false
Expand Down
Loading