Changed: Updated Gitea Actions
This commit is contained in:
@ -43,15 +43,4 @@ jobs:
|
|||||||
--build-arg GRAALVERSION=20.0.2-graal \
|
--build-arg GRAALVERSION=20.0.2-graal \
|
||||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||||
--push \
|
--push \
|
||||||
.
|
.
|
||||||
|
|
||||||
- name: push README to Dockerhub
|
|
||||||
uses: christian-korneck/update-container-description-action@v1
|
|
||||||
env:
|
|
||||||
DOCKER_USER: uzurka
|
|
||||||
DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
|
|
||||||
with:
|
|
||||||
destination_container_repo: uzurka/graalvm23
|
|
||||||
provider: dockerhub
|
|
||||||
short_description: 'An attempt to make light GraalVM docker image running in Alpine'
|
|
||||||
readme_file: 'README.md'
|
|
28
.gitea/workflows/docker-pushrm.yml
Normal file
28
.gitea/workflows/docker-pushrm.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
name: Docker Push README
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- 'README.md'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Docker Push README
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: push README to Dockerhub
|
||||||
|
uses: christian-korneck/update-container-description-action@v1
|
||||||
|
env:
|
||||||
|
DOCKER_USER: uzurka
|
||||||
|
DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
with:
|
||||||
|
destination_container_repo: uzurka/graalvm23
|
||||||
|
provider: dockerhub
|
||||||
|
short_description: 'An attempt to make light GraalVM docker image running in Alpine'
|
||||||
|
readme_file: 'README.md'
|
Reference in New Issue
Block a user