You've already forked gitea-composer-upload-action
upgrade php 8.3.2 -> 8.3.3 and update README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rosven9856/php:8.3.2-1
|
||||
FROM rosven9856/php:8.3.3-1
|
||||
|
||||
RUN addgroup -g 1000 --system php
|
||||
RUN adduser -G php --system -D -s /bin/sh -u 1000 php
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
# Updating a package in the Gitea system using GitHub Actions
|
||||
|
||||
[](https://github.com/rosven9856/gitea_updating_package_action/blob/master/LICENSE)
|
||||
[](https://github.com/rosven9856/gitea-package-action/blob/master/LICENSE)
|
||||
|
||||
This action will update the package version in the Gitea system using the API and output debugging information to the log.
|
||||
Reference in New Issue
Block a user