Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <kurosawa7620@gmail.com>
  • Loading branch information
d-kuro committed May 31, 2023
1 parent c09f9a0 commit 097568b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-mysqld-exporter-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,12 @@ jobs:
- name: Check TAG file
working-directory: containers
run: |
result="$(./tag_exists mysqld_exporter)"
result="$(./tag_exists moco/mysqld_exporter mysqld_exporter)"
if [ "$result" = ng ]; then
exit 1
fi
echo "TAG=$(cat ./mysqld_exporter/TAG)" >> $GITHUB_ENV
- name: Validate consistency between BRANCH and TAG
working-directory: containers
run: |
./tag_branch_consistency mysqld_exporter
- uses: docker/build-push-action@v4
if: github.ref == 'refs/heads/main'
with:
Expand Down

0 comments on commit 097568b

Please sign in to comment.