Skip to content

Commit

Permalink
Merge pull request #238 from entelecheia/main
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia authored Aug 10, 2024
2 parents 7943b3a + f3749ea commit e7843a7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: ./.docker/Dockerfile.`{{ docker_image_variant_name }}`
Expand Down
2 changes: 1 addition & 1 deletion .docker/docker.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IMAGE_VERSION="0.31.2" # The version of the project
IMAGE_VERSION="0.31.3" # The version of the project
2 changes: 1 addition & 1 deletion .github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: ./.docker/Dockerfile.base
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<!--next-version-placeholder-->

## v0.31.3 (2024-08-10)

### Fix

* Update docker/build-push-action to v6.6.1 ([`ba1a7d7`](https://github.com/entelecheia/hyperfast-docker-template/commit/ba1a7d7eb12f623eb8985f97dcdc8c0b9d1cec32))

## v0.31.2 (2024-07-22)

### Fix
Expand Down
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 = "hyperfast-docker-template"
version = "0.31.2"
version = "0.31.3"
description = "Hyperfast Docker Template is a powerful tool that leverages copier to streamline the creation of new Docker projects. It simplifies and accelerates Docker configurations, fostering a highly efficient and user-friendly development experience."
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e7843a7

Please sign in to comment.