Skip to content

Commit

Permalink
FONCTIONNEL : Push -> docker-publish.yml(githubaction) -> dockerfile …
Browse files Browse the repository at this point in the history
…-> dockerhub <- docker-compose.yml (basé sur l'image publiée)
  • Loading branch information
jvk committed Mar 29, 2024
1 parent 66824cb commit 09ecb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Docker image
on:
push:
branches:
- docker-compose-support
- devops-dockerfile-githubaction-dockerhub-dockercompose

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: corbeauimage
image: jeromev34/corbeaudocker:latest
environment:
SPRING_DATASOURCE_URL: jdbc:mysql://localhost:3306/jpa?useSSL=false&serverTimezone=UTC
SPRING_DATASOURCE_USERNAME: root
Expand Down

0 comments on commit 09ecb03

Please sign in to comment.