Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MartinWitt/laughing-train
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ad61e88c9cf9699bb5fe4a75e14b921648c1c926
Choose a base ref
..
head repository: MartinWitt/laughing-train
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 50ae79f1c64c16de7515e0faec06d76bfd1997e7
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/docker-publish.yml
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
uses: docker/build-push-action@84354d3b32f6fcad27a04f6b82436bfb39425d16
with:
context: ./github-bot/
push: ${{ github.event_name != 'pull_request' }}