Skip to content

Commit

Permalink
chore: fix deploy (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hui1601 authored Feb 16, 2025
1 parent 15b9594 commit b88617b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches: [ "main" ]
tags:
- 'v*.*.*'
- '*.*.*.*'

env:
# Use docker.io for Docker Hub if empty
Expand All @@ -33,14 +33,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
with:
cosign-release: 'v2.2.4'

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
Expand Down

0 comments on commit b88617b

Please sign in to comment.