Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
fix: dockerfile path in publish pipeline (#47)
Browse files Browse the repository at this point in the history
* fix: dockerfile path in publish pipeline

* bump version
  • Loading branch information
sralloza authored Jan 3, 2023
1 parent e946b26 commit 491ee7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64, linux/arm/v7
file: delivery/Dockerfile
push: true
tags: "sralloza/meal-planner:${{ 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 = "meal-planner"
version = "1.9.0-rc1"
version = "1.9.0-rc2"
description = ""
authors = ["Diego Alloza González <[email protected]>"]
packages = [
Expand Down

0 comments on commit 491ee7a

Please sign in to comment.