chore(deps): update eclipse-temurin:21.0.3_9-jre docker digest to d1e… #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: publish openjdk 21 arma3sync-docker | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- "*.sh" | |
- "Dockerfile" | |
- "java-21.Dockerfile" | |
jobs: | |
build: | |
uses: ./.github/workflows/publish.yaml | |
with: | |
java-version: 21 | |
secrets: | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} |