Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#179)
Browse files Browse the repository at this point in the history
* Bump softprops/action-gh-release from 1 to 2

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Dockerfile-log-watcher

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nincodedo <[email protected]>
  • Loading branch information
dependabot[bot] and Nincodedo authored Mar 11, 2024
1 parent 30fc3cd commit 8cbeb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
discussion_category_name: 'Announcements'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-log-watcher
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN find rhc/scripts -type f -print0 | xargs -0 dos2unix --
FROM alpine:3.19.1
RUN mkdir -p /app/ocw-minecraft /config /data/defaultconfigs
WORKDIR /app
RUN apk --no-cache add docker=25.0.3-r0 docker-cli-compose=2.23.3-r0 curl=8.5.0-r0 jq=1.7.1-r0
RUN apk --no-cache add docker=25.0.3-r1 docker-cli-compose=2.23.3-r1 curl=8.5.0-r0 jq=1.7.1-r0
COPY --from=build --chmod=755 rhc/scripts/*.sh .
COPY docker-compose.yaml ocw-minecraft/docker-compose.yaml
COPY *.env ocw-minecraft/
Expand Down

0 comments on commit 8cbeb34

Please sign in to comment.