Skip to content

Commit

Permalink
Add execution rights to entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mbouchenoire committed Apr 27, 2021
1 parent 2249aa7 commit b370e90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,4 @@ jobs:
- name: release
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
chmod +x src/main/jib/entrypoint.sh
./gradlew jib -Djib.to.image=registry.hub.docker.com/mbouchenoire/lowfer:${{ env.RELEASE_VERSION }}
Empty file modified src/main/jib/entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit b370e90

Please sign in to comment.