Skip to content

Commit ca589e9

Browse files
authored
Fix file extension in docker workflow reference
1 parent 8d1dd15 commit ca589e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
docker:
5959
needs: build
6060
if: ${{ github.event_name == 'release' }}
61-
uses: ./.github/workflows/docker.yml
61+
uses: ./.github/workflows/docker.yaml
6262
with:
6363
release_version: ${{ github.event.release.tag_name }}
6464
permissions:

0 commit comments

Comments
 (0)