Skip to content

Commit

Permalink
Proyecto
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueUPT committed Dec 10, 2024
1 parent 1f7d400 commit 45d29ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
context: .
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/proyecto-codigo-U3:latest
${{ secrets.DOCKERHUB_USERNAME }}/proyecto-codigo-U3:${{ env.VERSION }}
${{ secrets.DOCKERHUB_USERNAME }}/proyecto-codigo-u3:latest
${{ secrets.DOCKERHUB_USERNAME }}/proyecto-codigo-u3:${{ env.VERSION }}
- name: Configurar Git
run: |
Expand All @@ -54,7 +54,7 @@ jobs:
name: Release v${{ env.VERSION }}
body: |
🚀 Nueva versión desplegada:
- Docker Hub: ${{ secrets.DOCKERHUB_USERNAME }}/proyecto-codigo-U3:${{ env.VERSION }}
- Docker Hub: ${{ secrets.DOCKERHUB_USERNAME }}/proyecto-codigo-u3:${{ env.VERSION }}
- Fecha: $(date +'%Y-%m-%d %H:%M:%S')
draft: false
prerelease: false
Expand Down

0 comments on commit 45d29ca

Please sign in to comment.