Yes
Some checks failed
Publish Docker Image / docker (push) Failing after 16s
build java / images:java_${{ matrix.tag }} (8) (push) Failing after 1m37s

This commit is contained in:
Lee 2023-11-29 22:26:38 +00:00
parent 4485d2168b
commit 51915ecfcc

@ -8,6 +8,7 @@ on:
- master
paths:
- generic/java/**
- .gitea/workflows/java.yml
jobs:
push:
name: "images:java_${{ matrix.tag }}"
@ -47,7 +48,7 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: ./generic
context: ./generic/java
file: ./generic/java/${{ matrix.tag }}/Dockerfile
push: true
tags: |