Skip to content

Commit

Permalink
Merge pull request #246 from entelecheia/main
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia authored Sep 30, 2024
2 parents e7843a7 + 1347c1e commit eb79029
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 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.6.1
uses: docker/build-push-action@v6.9.0
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.3" # The version of the project
IMAGE_VERSION="0.31.5" # 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.6.1
uses: docker/build-push-action@v6.9.0
with:
context: .
file: ./.docker/Dockerfile.base
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<!--next-version-placeholder-->

## v0.31.5 (2024-09-30)

### Fix

* **workflows:** Upgrade docker/build-push-action to v6.9.0 ([`53d798e`](https://github.com/entelecheia/hyperfast-docker-template/commit/53d798ec74bc4384075d8c5263dcb9d601dd9c92))

## v0.31.4 (2024-08-17)

### Fix

* Update docker/build-push-action to v6.7.0 ([`0a39e21`](https://github.com/entelecheia/hyperfast-docker-template/commit/0a39e21651b32fccf4cd44d045578bc4e69acb45))

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

### 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.3"
version = "0.31.5"
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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tmp/.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.9.0
with:
context: .
file: ./.docker/Dockerfile.base
Expand Down

0 comments on commit eb79029

Please sign in to comment.