Skip to content

Commit

Permalink
fix: hanya push tag saja
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jul 21, 2024
1 parent f4a042c commit 2c23ab3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- main

jobs:
changes:
Expand Down Expand Up @@ -149,10 +147,10 @@ jobs:
- name: Rename version
env:
WEB_UPDATE: ${{ needs.web.result }}
PROCESSOR_UPDATE: ${{ needs.processor.result }}
ATTENDANCE_UPDATE: ${{ needs.client-attendance.result }}
CHOOSER_UPDATE: ${{ needs.client-chooser.result }}
WEB_UPDATE: ${{ needs.web.result }}
PROCESSOR_UPDATE: ${{ needs.processor.result }}
ATTENDANCE_UPDATE: ${{ needs.client-attendance.result }}
CHOOSER_UPDATE: ${{ needs.client-chooser.result }}
REF_NAME: ${{ github.ref_name }}
run: |
echo "WEB_UPDATE: $WEB_UPDATE"
Expand Down Expand Up @@ -180,5 +178,5 @@ jobs:
run: |
git commit -am "bot-update: update $REF_NAME" -m "Cek commit -> https://github.com/sora-vp/baseline/commit/$GITHUB_SHA"
- name: Push 🚀
run: git push origin main
- name: Push 🚀
run: git push origin main

0 comments on commit 2c23ab3

Please sign in to comment.