Skip to content

Commit

Permalink
ci(backend): fix docker tags (remove current date)
Browse files Browse the repository at this point in the history
  • Loading branch information
mael-app committed Jan 16, 2025
1 parent d6786e9 commit cec88ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
tags: |
${{ secrets.REGISTRY_URL }}/tekbetter/tekbetter-server:latest
${{ secrets.REGISTRY_URL }}/tekbetter/tekbetter-server:${{ github.sha }}
${{ secrets.REGISTRY_URL }}/tekbetter/tekbetter-server:$(date +'%Y%m%d')
- name: Build and push Docker image with dev tag
if: github.ref == 'refs/heads/dev-production'
Expand All @@ -44,7 +43,6 @@ jobs:
tags: |
${{ secrets.REGISTRY_URL }}/tekbetter/tekbetter-server:development
${{ secrets.REGISTRY_URL }}/tekbetter/tekbetter-server:${{ github.sha }}
${{ secrets.REGISTRY_URL }}/tekbetter/tekbetter-server:$(date +'%Y%m%d')
- name: Logout from Docker Hub
run: docker logout ${{ secrets.REGISTRY_URL }}

0 comments on commit cec88ae

Please sign in to comment.