Skip to content

Commit

Permalink
disable default release
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin committed Dec 6, 2024
1 parent 8521b8c commit 3a5410d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT }} # Use a PAT with access to private repos

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -72,5 +70,3 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
VERSION=${{ env.VERSION }}
secrets: |
GIT_AUTH_TOKEN=${{ secrets.GH_PAT }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
workflow_dispatch:
release:
types: [ released ]
# release:
# types: [ released ]

jobs:
remove_prerelease_label:
Expand Down

0 comments on commit 3a5410d

Please sign in to comment.