Skip to content

Commit

Permalink
chore: update actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
louischarnay committed Feb 7, 2024
1 parent 5d93de7 commit f4942fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/[email protected]

- name: Build image and push backend
uses: docker/[email protected].1
uses: docker/[email protected].0
with:
# relative path to the place where source code with Dockerfile is located
context: TP01/simple-api-student-main
Expand All @@ -34,7 +34,7 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}

- name: Build image and push database
uses: docker/[email protected].1
uses: docker/[email protected].0
with:
# relative path to the place where source code with Dockerfile is located
context: TP01/db
Expand All @@ -44,7 +44,7 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}

- name: Build image and push http
uses: docker/[email protected].1
uses: docker/[email protected].0
with:
# relative path to the place where source code with Dockerfile is located
context: TP01/web
Expand All @@ -54,7 +54,7 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}

- name: Build image and push frontend
uses: docker/[email protected].1
uses: docker/[email protected].0
with:
# relative path to the place where source code with Dockerfile is located
context: TP03/devops-front-main
Expand Down

0 comments on commit f4942fc

Please sign in to comment.