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:
|
||||
- cron: '@daily'
|
||||
jobs:
|
||||
build-and-push-ddns:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
if: gitea.ref == 'refs/heads/master'
|
||||
steps:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/bitnami/java:24
|
||||
FROM docker.io/bitnami/java:latest
|
||||
|
||||
WORKDIR /mc_data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user