Skip to content

Commit

Permalink
Merge branch 'master' into create-workflow-linter-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Jan 14, 2025
2 parents 7dbd247 + 737a6a4 commit 9d973d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tools/image_builder/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@ def build_image(
load=True,
platforms=[target_platform],
tags=docker_tags,
push=push,
)

if push:
docker.push(docker_tags)


@click.command()
@click.option(
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h2 class="mb-4">Get started with Anthias <br/> digital signage software today</
</div>

<div class="text-center legal mt-5 pt-5">
© 2022 - 2024 Screenly, Inc
© 2022 - 2025 Screenly, Inc
</div>
</div>
</footer>
Expand Down

0 comments on commit 9d973d0

Please sign in to comment.