Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
fix: wrong docker image repo (#4)
Browse files Browse the repository at this point in the history
* fix: wrong docker image repo

* chore: upgrade version to 1.1.1
  • Loading branch information
sralloza authored Mar 17, 2022
1 parent 8e93376 commit dd61920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: "sralloza/auto-cloudflare:${{ steps.project_version.outputs.version }}"
tags: "sralloza/cloudflare-manager:${{ steps.project_version.outputs.version }}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudflare-manager"
version = "1.1.0"
version = "1.1.1"
description = ""
authors = ["Diego Alloza González <sralloza@gmail.com>"]

Expand Down

0 comments on commit dd61920

Please sign in to comment.