Skip to content

Commit

Permalink
fix path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Aug 25, 2023
1 parent 60f375f commit cefa795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./3.5
file: DockerfileJdk17
file: ./3.5/DockerfileJdk17
platforms: linux/amd64,linux/arm64
push: true
tags: tfr42/deegree:3.5.2-jdk17-tomcat10,tfr42/deegree:3.5-jdk17-tomcat10,tfr42/deegree:3.5-jdk17

0 comments on commit cefa795

Please sign in to comment.