Skip to content

Commit

Permalink
put latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaniissou committed Oct 17, 2024
1 parent db828ce commit 95564e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

# Construire l'image Docker
- name: Build Docker image
run: docker build -t registry.gitlab.com/yanissou/epsilonbot:${{ github.sha }} .
run: docker build -t registry.gitlab.com/yanissou/epsilonbot:latest .

# Pousser l'image vers le GitLab Container Registry
- name: Push Docker image
run: docker push registry.gitlab.com/yanissou/epsilonbot:${{ github.sha }}
run: docker push registry.gitlab.com/yanissou/epsilonbot:latest

0 comments on commit 95564e8

Please sign in to comment.