fix bitnami java:24 missing issue
All checks were successful
Minecraft Java Image / build-and-push (push) Successful in 32s
All checks were successful
Minecraft Java Image / build-and-push (push) Successful in 32s
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '@daily'
|
- cron: '@daily'
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-ddns:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: gitea.ref == 'refs/heads/master'
|
if: gitea.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/bitnami/java:24
|
FROM docker.io/bitnami/java:latest
|
||||||
|
|
||||||
WORKDIR /mc_data
|
WORKDIR /mc_data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user