Skip to content

Commit

Permalink
Merge pull request #28 from ember-nexus/feature/multi-arch-docker-images
Browse files Browse the repository at this point in the history
WIP CI/CD test for multi arch Docker image.
  • Loading branch information
Syndesi authored Aug 16, 2023
2 parents 0e975d6 + 1c452b7 commit 1d293b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
newVersion="$(docker run usvc/semver:latest bump $bumpType $version | tr -d '\r')"
jq --arg newVersion "$newVersion" '.version = $newVersion' composer.json | sponge composer.json
echo "New version: $newVersion"
mkdir .ci
mkdir -p /tmp/ci-env
echo "NEW_VERSION=$newVersion" >> /tmp/ci-env/NEW_VERSION.txt
echo "NEW_VERSION=$newVersion" >> $GITHUB_ENV
Expand Down

0 comments on commit 1d293b5

Please sign in to comment.