Skip to content

Commit

Permalink
Issue #3448: messed up YAML indentng
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 24, 2024
1 parent 5e6a076 commit 0742f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
name: Build and push
if: steps.check.outputs.needs-updating == 'true'
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.LATEST_TAG }}
with:
push: true
tags: ${{ env.LATEST_TAG }}

#-
# # indicate an error when the base image has changed
Expand Down

0 comments on commit 0742f97

Please sign in to comment.