Skip to content

Commit

Permalink
♻️ci: remove on release from docker.yml (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Oct 22, 2024
1 parent a6a6d37 commit 1890585
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ on:
- "*config.*"
tags:
- "v*.*.*"
release:
types:
- published
workflow_dispatch:
inputs:
no-cache:
Expand All @@ -54,7 +51,7 @@ env:
GHCR_REGISTRY: ghcr.io
GHCR_REPOSITORY: openup-labtakizawa/rasnage
SHA: ${{ github.event.pull_request.head.sha || github.sha }}
IS_PUSH: ${{ github.event_name == 'push' || github.ref_type == 'tag' || inputs.push == true }}
IS_PUSH: ${{ github.event_name == 'push' || inputs.push == true }}

jobs:
build:
Expand Down

0 comments on commit 1890585

Please sign in to comment.