Skip to content

Commit

Permalink
Set tags for docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowindebondt committed Jun 4, 2024
1 parent 9937883 commit c7fab8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Docker deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# Database
- name: Build and test Database
- name: Build Database
uses: docker/build-push-action@v5
with:
context: ./Database
Expand All @@ -29,7 +29,7 @@ jobs:
with:
context: ./Database
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:Database
# Server
- name: Build and test Server
uses: docker/build-push-action@v5
Expand All @@ -43,5 +43,5 @@ jobs:
context: ./Server
push: true
target: final
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:Server

0 comments on commit c7fab8d

Please sign in to comment.