·
22 commits
to refs/heads/main
since this release
chore(deps): update docker/metadata-action action to v5 @renovate (#46)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
docker/metadata-action | action | major | v4 -> v5 |
Release Notes
Update dcarbone/install-jq-action action to v2 @renovate (#49)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dcarbone/install-jq-action | action | major | v1.0.1 -> v2.0.2 |
Release Notes
dcarbone/install-jq-action (dcarbone/install-jq-action)
v2.0.2
What's Changed
- use curl instead of wget to avoid download failure on macOS by @vaidyakhil in https://github.com/dcarbone/install-jq-action/pull/8
New Contributors
- @vaidyakhil made their first contribution in https://github.com/dcarbone/install-jq-action/pull/8
Full Changelog: dcarbone/install-jq-action@v2.0.1...v2.0.2
v2.0.1
What's Changed
- using macos as dl link os prefix in lieu of osx by @dcarbone in https://github.com/dcarbone/install-jq-action/pull/7
Full Changelog: dcarbone/install-jq-action@v2.0.0...v2.0.1
v2.0.0
What's Changed
- quick & dirty 1.7 support by @dcarbone in https://github.com/dcarbone/install-jq-action/pull/4
New Contributors
- @dcarbone made their first contribution in https://github.com/dcarbone/install-jq-action/pull/4
Full Changelog: dcarbone/install-jq-action@v1.0.1...v2.0.0
Update actions/checkout action to v4 @renovate (#43)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v3 -> v4 |
Release Notes
actions/checkout (actions/checkout)
v4
Update docker/login-action action to v3 @renovate (#45)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
docker/login-action | action | major | v2 -> v3 |
Release Notes
Custom Tags allowed as output @Benbentwo (#53)
what
- the tags input allows us to add additional tags, but not necessarily use them in the output. this PR fixes that using the priority to sort the output.
- adds pass through no-cache option
- Fixes Tests with multi arch through
docker buildx inspect
why
- Custom tagging of applications
References
- Duplicate of and closes #52 - testing GHA from non fork