Skip to content

Commit 903b4ee

Browse files
authored
Merge pull request #31 from ungaratto93/feature/action-docker-6
Feature/action docker 6
2 parents 344bb33 + 5bbbaa0 commit 903b4ee

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,18 @@ jobs:
3838
run: |
3939
echo "RELEASE_DATE=$(date +%y.%m.%d)" >> ${GITHUB_ENV}
4040
echo ${{github.env.GITHUB_ENV}}
41-
git tag $(date +%y.%m.%d)
42-
git push origin $(date +%y.%m.%d)
41+
4342
- name: Create GitHub release
4443
uses: actions/create-release@v1
4544
env:
4645
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4746
with:
47+
tag_name: v${{ steps.timestamp.outputs.ts }}
4848
release_name: Release ${{ steps.timestamp.outputs.ts }}
4949
body: "Automatic release with timestamp :rocket: "
5050
draft: false
5151
prerelease: false
5252

53-
5453
- name: Build Docker Image
5554
run: docker build -t ungaratto93/api-fx:latest .
5655

0 commit comments

Comments
 (0)