Skip to content

Commit

Permalink
Merge pull request #217 from hydephp/release/v0.10.5
Browse files Browse the repository at this point in the history
HydeCLI v0.10.5
  • Loading branch information
caendesilva authored Jun 11, 2024
2 parents 54a5edc + 15af005 commit b8a4f7b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# Get the current version
- name: Get current version
id: get_version
run: echo "VERSION=$(php ./bin/get-release-version.php)" >> $GITHUB_ENV

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
Expand All @@ -54,6 +59,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=raw,value=${{ env.VERSION }}
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
Expand Down
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends \Hyde\Foundation\Application
{
final public const APP_VERSION = '0.10.4';
final public const APP_VERSION = '0.10.5';

public function getCachedPackagesPath(): string
{
Expand Down
Binary file modified builds/hyde
Binary file not shown.
Binary file modified builds/hyde.sig
Binary file not shown.
Binary file modified builds/signature.bin
Binary file not shown.

0 comments on commit b8a4f7b

Please sign in to comment.