Skip to content

Commit

Permalink
chore: don't trigger image build via tag push (#1139)
Browse files Browse the repository at this point in the history
## Rationale
See #1135 (comment)

## Detailed Changes

## Test Plan
  • Loading branch information
jiacai2050 authored and MichaelLeeHZ committed Aug 8, 2023
1 parent 5cc2541 commit 4625788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: recovery-test-${{ github.head_ref }}.${{ github.sha }}
name: recovery-test-${{ github.sha }}
path: |
/tmp/ceresdb-stdout.log
3 changes: 0 additions & 3 deletions .github/workflows/dockerhub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Publish Docker image

on:
workflow_dispatch:
push:
tags:
- 'v*'

jobs:
docker:
Expand Down

0 comments on commit 4625788

Please sign in to comment.